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

ValueEquals() public method

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