C# 클래스 Nexus.UI.FontSetInformation

Describes the properties of a font set.
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
FontSetInformation ( ) : System

Creates the static instance of the FontSetInformation class.

메소드 상세

Equals() 공개 메소드

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.
리턴 bool

Equals() 공개 메소드

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

FontSetInformation() 공개 메소드

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

GetHashCode() 공개 메소드

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