Method | Description | |
---|---|---|
Equals ( IMappedIdentifier other ) : bool |
Indicates whether the current object is equal to another object of the same type.
|
|
Equals ( object obj ) : bool |
Determines whether the specified System.Object is equal to this instance.
|
|
Equals ( string other ) : bool |
Indicates whether the current object is equal to another object of the same type.
|
|
GetHashCode ( ) : int |
Returns a hash code for this instance.
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
|
operator ( ) : bool |
Implements the operator ==.
|
public Equals ( IMappedIdentifier other ) : bool | ||
other | IMappedIdentifier | An object to compare with this object. |
return | bool |
public Equals ( object obj ) : bool | ||
obj | object | The |
return | bool |
public Equals ( string other ) : bool | ||
other | string | An object to compare with this object. |
return | bool |