C# Class Nexus.UI.FontSetInformation

Describes the properties of a font set.
Afficher le fichier Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( FontSetInformation information ) : bool

Indicates whether this instance and a specified font provider information are equal.

Equals ( object obj ) : bool

Indicates whether this instance and a specified font provider information are equal.

FontSetInformation ( FontSetInformation p_fsiCopy ) : System

The copy constructor.

GetHashCode ( ) : int

Returns the hash code for this instance.

Private Methods

Méthode Description
FontSetInformation ( ) : System

Creates the static instance of the FontSetInformation class.

Method Details

Equals() public méthode

Indicates whether this instance and a specified font provider information are equal.
public Equals ( FontSetInformation information ) : bool
information FontSetInformation The information to check the equality of.
Résultat bool

Equals() public méthode

Indicates whether this instance and a specified font provider information are equal.
public Equals ( object obj ) : bool
obj object Another object to compare to.
Résultat bool

FontSetInformation() public méthode

The copy constructor.
public FontSetInformation ( FontSetInformation p_fsiCopy ) : System
p_fsiCopy FontSetInformation The object to be copied.
Résultat System

GetHashCode() public méthode

Returns the hash code for this instance.
public GetHashCode ( ) : int
Résultat int