# SiloMetadata.Equals(object?)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.membershipservice.silometadata.silometadata/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.membershipservice.silometadata.silometadata/methods/)

```csharp
public override bool Equals(object? obj)
```

Determines whether the specified object is equal to the current object.

### Parameters

- `obj` (`object?`): The object to compare with the current object.

### Returns

`true` if the specified object is equal to the current object; otherwise, `false`.
