Equals
method in Coherence.Cloud.RoomData
Methods
public bool Equals(RoomData other)
Determines whether the specified RoomData is equal to this instance.
Parameters
| Type | Name | Description |
|---|---|---|
| RoomData | other | The RoomData to compare with this instance. |
Returns
| Type | Description |
|---|---|
| bool | true if the specified RoomData is equal to this instance; otherwise, false. |
public override bool Equals(object obj)
Determines whether the specified object is equal to this instance.
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | The object to compare with this instance. |
Returns
| Type | Description |
|---|---|
| bool | true if the specified object is equal to this instance; otherwise, false. |
Overrides
System.ValueType.Equals(object)