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

ValueEquals() public method

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