Method | Description | |
---|---|---|
CacheKey ( string ruleName, int stateKey, int location ) : System.Diagnostics |
Initializes a new instance of the CacheKey class.
|
|
Equals ( object obj ) : bool |
Determines whether the specified object is equal to the current CacheKey.
|
|
GetHashCode ( ) : int |
Serves as a hash function for a particular type.
|
public CacheKey ( string ruleName, int stateKey, int location ) : System.Diagnostics | ||
ruleName | string | The name of the rule. |
stateKey | int | The state key of the current cursor. |
location | int | The location of the current cursor. |
return | System.Diagnostics |
public Equals ( object obj ) : bool | ||
obj | object | The object to compare with the current object. |
return | bool |