C# 클래스 Rebel.Framework.GuidIdentifier

상속: IMappedIdentifier
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( IMappedIdentifier other ) : bool

Indicates whether the current object is equal to another object of the same type.

Equals ( object obj ) : bool

Determines whether the specified System.Object is equal to this instance.

Equals ( string other ) : bool

Indicates whether the current object is equal to another object of the same type.

GetHashCode ( ) : int

Returns a hash code for this instance.

ToString ( ) : string

Returns a System.String that represents this instance.

operator ( ) : bool

Implements the operator ==.

메소드 상세

Equals() 공개 메소드

Indicates whether the current object is equal to another object of the same type.
public Equals ( IMappedIdentifier other ) : bool
other IMappedIdentifier An object to compare with this object.
리턴 bool

Equals() 공개 메소드

Determines whether the specified System.Object is equal to this instance.
public Equals ( object obj ) : bool
obj object The to compare with this instance.
리턴 bool

Equals() 공개 메소드

Indicates whether the current object is equal to another object of the same type.
public Equals ( string other ) : bool
other string An object to compare with this object.
리턴 bool

GetHashCode() 공개 메소드

Returns a hash code for this instance.
public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

Implements the operator ==.
public static operator ( ) : bool
리턴 bool