4 references to EqualsTo
System.Data.Linq (4)
Types.cs (4)
795return this.EqualsTo(other); 805return binary1.EqualsTo(binary2); 815return !binary1.EqualsTo(binary2); 819return this.EqualsTo(obj as Binary);