Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Determines whether the specified T:System.Object is equal to the current T:System.Object.
|
|
GetHashCode ( ) : int |
Serves as a hash function for a particular type.
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
|
operator ( ) : |
Implements the operator !=.
|
Method | Description | |
---|---|---|
InitializeQueryTranslator ( ) : void |
public Equals ( object obj ) : bool | ||
obj | object | The |
return | bool |