C# Class FFACETools.FFACE.ChatTools.ChatLogEntry

Inheritance: ICloneable, IComparable
Afficher le fichier Open project: golfandsurf/Campah

Méthodes publiques

Méthode 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 méthode

public Clone ( ) : object
Résultat object

CompareTo() public méthode

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

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetHashCode() public méthode

Returns the hash code for the ChatLogEntry
public GetHashCode ( ) : int
Résultat int

operator() public static méthode

public static operator ( ) : bool
Résultat bool