# ClusterMembershipUpdate.HasChanges

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.clustermembershipupdate/) | [Properties](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.clustermembershipupdate/properties/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Runtime/MembershipService/ClusterMembershipUpdate.cs#L27)

```csharp
public bool HasChanges
```

Gets a value indicating whether this instance has changes.

### Value

`true` if this instance has changes; otherwise, `false`.
