Method Equals
Equals(object)
Checks if this SerializableGuid is equal to an object.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | The object to check. |
Returns
Type | Description |
---|---|
bool | True if |
Overrides
Equals(SerializableGuid)
Check if this SerializableGuid is equal to another SerializableGuid.
Declaration
public bool Equals(SerializableGuid other)
Parameters
Type | Name | Description |
---|---|---|
SerializableGuid | other | The other SerializableGuid |
Returns
Type | Description |
---|---|
bool | True if this SerializableGuid has the same field values as the other one. |