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

GetHashCode() public method

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