C# Class FFACETools.FFACE.ChatTools.ChatLogEntry

Inheritance: ICloneable, IComparable
Show file Open project: golfandsurf/Campah

Public Methods

Method Description
Clone ( ) : object
CompareTo ( object obj ) : int

Returns a value indicating whether this instance is is equal to a specified instance

Equals ( object o ) : bool
GetHashCode ( ) : int

Returns the hash code for the ChatLogEntry

operator ( ) : bool

Method Details

Clone() public method

public Clone ( ) : object
return object

CompareTo() public method

Returns a value indicating whether this instance is is equal to a specified instance
public CompareTo ( object obj ) : int
obj object
return int

Equals() public method

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

GetHashCode() public method

Returns the hash code for the ChatLogEntry
public GetHashCode ( ) : int
return int

operator() public static method

public static operator ( ) : bool
return bool