C# 클래스 Strilanc.Value.MayNoValue

파일 보기 프로젝트 열기: Strilanc/May

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