Method | Description | |
---|---|---|
Clone ( ) : IBaseObject |
The clone.
|
|
Equals ( |
The equals.
|
|
Equals ( object other ) : bool |
The equals.
|
|
GetHashCode ( ) : int |
The get hash code.
|
|
Instance ( ) : |
Replacement for constructor.
|
|
ToString ( ) : string |
Converts NullValue to "-" string.
|
Method | Description | |
---|---|---|
NullValue ( ) |
Prevents a default instance of the NullValue class from being created.
|
public Equals ( |
||
other | /// The other. /// | |
return | bool |
public Equals ( object other ) : bool | ||
other | object | /// The other element. /// |
return | bool |