Microsoft.CodeAnalysis.Sarif.PhysicalLocation.ValueEquals C# (CSharp) 메소드

ValueEquals() 공개 메소드

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