C# Класс Strilanc.Value.MayNoValue

Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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).

Описание методов

Equals() публичный Метод

Determines if the given potential value contains no value.
public Equals ( IMayHaveValue other ) : bool
other IMayHaveValue
Результат bool

Equals() публичный Метод

Determines if the given object is a potential value containing no value.
public Equals ( object obj ) : bool
obj object
Результат bool

GetHashCode() публичный Метод

Returns the hash code for a lack of potential value.
public GetHashCode ( ) : int
Результат int

ToString() публичный Метод

Returns a string representation of this lack of value.
public ToString ( ) : string
Результат string

operator() публичный статический Метод

Determines if two lack of values are not equal (they're not).
public static operator ( ) : bool
Результат bool