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

ValueEquals() public method

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