C# Class ..This.will.how.to, code

Show file Open project: shendongnian/code

Protected Properties

Property Type Description
hashCache int?

Public Methods

Method Description
Equals ( Base, o ) : bool
Equals ( object o ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Protected Methods

Method Description
GetImmutableTuple ( ) : IStructuralEquatable
IsEqual ( Base, obj ) : bool

Private Methods

Method Description
GetImmutableTuple ( )
reflection ( see, other )
this ( ) : feel,

Method Details

Equals() public method

public Equals ( Base, o ) : bool
o Base,
return bool

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetImmutableTuple() protected method

protected GetImmutableTuple ( ) : IStructuralEquatable
return IStructuralEquatable

IsEqual() protected method

protected IsEqual ( Base, obj ) : bool
obj Base,
return bool

operator() public static method

public static operator ( ) : bool
return bool

Property Details

hashCache protected property

protected int? hashCache
return int?