Microsoft.CodeAnalysis.Sarif.PhysicalLocation.ValueEquals C# (CSharp) Méthode

ValueEquals() public méthode

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