C# Class Rebel.Framework.GuidIdentifier

Inheritance: IMappedIdentifier
ファイルを表示 Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Public Methods

Method Description
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 ==.

Method Details

Equals() public method

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.
return bool

Equals() public method

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

Equals() public method

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.
return bool

GetHashCode() public method

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

ToString() public method

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

operator() public static method

Implements the operator ==.
public static operator ( ) : bool
return bool