Method | Description | |
---|---|---|
CompareTo ( object obj ) : int | ||
Equals ( object obj ) : bool |
Compares this instance to another ID.
|
|
GetHashCode ( ) : int |
Returns the hash code for this instance.
|
|
ID ( object newValue ) : System |
Initializes a new instance of the ID with the specified value.
|
|
ToString ( ) : string |
Returns the string representation of the Value of this ID.
|
|
TryParse ( string s, |
Checks whether the specified string is a valid ID.
|
|
TryParse ( string s, IFormatProvider provider, |
||
operator ( ) : bool |
Returns the inequality of two IDs.
|
public Equals ( object obj ) : bool | ||
obj | object | The |
return | bool |
public ID ( object newValue ) : System | ||
newValue | object | The value to use. |
return | System |
public static TryParse ( string s, |
||
s | string | The string to check. |
result | The resulting |
|
return | bool |
public static TryParse ( string s, IFormatProvider provider, |
||
s | string | |
provider | IFormatProvider | |
result | ||
return | bool |