Property | Type | Description |
---|
Method | Description | |
---|---|---|
Equals ( IMayHaveValue other ) : bool |
Determines if the given potential value contains no value.
|
|
Equals ( object obj ) : bool |
Determines if the given object is a potential value containing no value.
|
|
GetHashCode ( ) : int |
Returns the hash code for a lack of potential value.
|
|
ToString ( ) : string |
Returns a string representation of this lack of value.
|
|
operator ( ) : bool |
Determines if two lack of values are not equal (they're not).
|