Microsoft.Protocols.TestSuites.SharedAdapter.CellID.GetHashCode C# (CSharp) Method

GetHashCode() public method

Override the GetHashCode.
public GetHashCode ( ) : int
return int
        public override int GetHashCode()
        {
            return this.ExtendGUID1.GetHashCode() + this.ExtendGUID2.GetHashCode();
        }