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

ValueEquals() public method

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