C# Class Yeppp.CpuIsaFeature

ISA extensions.
Show file Open project: wdv4758h/Yeppp Class Usage Examples

Private Properties

Property Type Description
CpuIsaFeature
CpuIsaFeature
IsDefined bool

Public Methods

Method 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

Method Description
CpuIsaFeature ( uint id )
CpuIsaFeature ( uint id, uint architectureId )
IsDefined ( uint id, uint architectureId ) : bool

Method Details

Equals() public method

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

Equals() public method

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

GetHashCode() public method

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

ToString() public method

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
return string