Yeppp.CpuIsaFeature.GetHashCode C# (CSharp) 메소드

GetHashCode() 공개 메소드

Provides a hash for the object.
Non-equal CpuIsaFeature objects are guaranteed to have different hashes.
public GetHashCode ( ) : int
리턴 int
        public override int GetHashCode()
        {
            return unchecked((int)(this.id ^ (this.architectureId << 16)));
        }