Method Equals
Equals(object)
Checks if two objects are EntityGuid instances and if they are equal.
Declaration
public override bool Equals(object obj)Parameters
| Type | Name | Description | 
|---|---|---|
| object | obj | An object | 
Returns
| Type | Description | 
|---|---|
| bool | True if  | 
Overrides
Equals(EntityGuid)
Checks if two EntityGuid instances are equal.
Declaration
public bool Equals(EntityGuid other)Parameters
| Type | Name | Description | 
|---|---|---|
| EntityGuid | other | An EntityGuid to compare with | 
Returns
| Type | Description | 
|---|---|
| bool | True if  |