Microsoft.CodeAnalysis.Sarif.Hash.ValueEquals C# (CSharp) Method

ValueEquals() public method

public ValueEquals ( Hash other ) : bool
other Hash
return bool
        public bool ValueEquals(Hash other) => ValueComparer.Equals(this, other);
        public int ValueGetHashCode() => ValueComparer.GetHashCode(this);