Method | Description | |
---|---|---|
Clone ( ) : IBaseObject |
The clone.
|
|
Equals ( |
The equals.
|
|
Equals ( object other ) : bool |
Determines whether the specified T:System.Object is equal to the current T:System.Object.
|
|
GetHashCode ( ) : int |
The get hash code.
|
|
ToString ( ) : string |
Returns a string that represents the current object.
|
|
ValueInt ( int i ) : System.Globalization |
Initializes a new instance of the ValueInt class.
|
public Equals ( |
||
other | /// The other element. /// | |
return | bool |
public Equals ( object other ) : bool | ||
other | object |
/// The |
return | bool |
public ValueInt ( int i ) : System.Globalization | ||
i | int | /// The i. /// |
return | System.Globalization |