C# Class Nexus.UI.FontSetInformation

Describes the properties of a font set.
显示文件 Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Methods

Method 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

Method Description
FontSetInformation ( ) : System

Creates the static instance of the FontSetInformation class.

Method Details

Equals() public method

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.
return bool

Equals() public method

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

FontSetInformation() public method

The copy constructor.
public FontSetInformation ( FontSetInformation p_fsiCopy ) : System
p_fsiCopy FontSetInformation The object to be copied.
return System

GetHashCode() public method

Returns the hash code for this instance.
public GetHashCode ( ) : int
return int