Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.07 KB

File metadata and controls

26 lines (19 loc) · 1.07 KB

CpuidLeafContent structure

Defines the content of a leaf.

public struct CpuidLeafContent

Public Members

name description
CpuidLeafContent(…) Initializes a new instance of the CpuidLeafContent struct.
Leaf { get; } Gets the Leaf value.
Equals(…) Indicates whether the current object is equal to another object of the same type.
override Equals(…)
override GetHashCode()
override ToString()
operator == Implements the == operator.
operator != Implements the != operator.

See Also