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

ValueEquals() public method

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