C# Class Yeppp.CpuIsaFeature

ISA extensions.
Afficher le fichier Open project: wdv4758h/Yeppp Class Usage Examples

Private Properties

Свойство Type Description
CpuIsaFeature
CpuIsaFeature
IsDefined bool

Méthodes publiques

Méthode Description
Equals ( CpuIsaFeature other ) : bool

Compares for equality with another CpuIsaFeature object.

Comparison is performed by value.

Equals ( System other ) : bool

Compares for equality with another object.

Comparison is performed by value.

GetHashCode ( ) : int

Provides a hash for the object.

Non-equal CpuIsaFeature objects are guaranteed to have different hashes.

ToString ( ) : string

Provides a string ID for the object.

The string ID starts with a Latin letter and contains only Latin letters, digits, and underscore symbol.

Private Methods

Méthode Description
CpuIsaFeature ( uint id )
CpuIsaFeature ( uint id, uint architectureId )
IsDefined ( uint id, uint architectureId ) : bool

Method Details

Equals() public méthode

Compares for equality with another CpuIsaFeature object.
Comparison is performed by value.
public Equals ( CpuIsaFeature other ) : bool
other CpuIsaFeature
Résultat bool

Equals() public méthode

Compares for equality with another object.
Comparison is performed by value.
public Equals ( System other ) : bool
other System
Résultat bool

GetHashCode() public méthode

Provides a hash for the object.
Non-equal CpuIsaFeature objects are guaranteed to have different hashes.
public GetHashCode ( ) : int
Résultat int

ToString() public méthode

Provides a string ID for the object.
The string ID starts with a Latin letter and contains only Latin letters, digits, and underscore symbol.
public ToString ( ) : string
Résultat string