C# Class FFACETools.FFACE.ChatTools.ChatLine

Class container for a chat line returned from GetNextLine()
Show file Open project: golfandsurf/Campah Class Usage Examples

Public Methods

Method Description
Equals ( object o ) : bool

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

GetHashCode ( ) : int

Returns the hash code for the ChatLogEntry

operator ( ) : bool

Method Details

Equals() public method

Returns a value indicating whether this instance is is equal to a specified instance
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