4 references to Compare
System.Data.Common (4)
System\Data\SQLTypes\SQLGuid.cs (4)
173return (x.IsNull || y.IsNull) ? SqlBoolean.Null : new SqlBoolean(Compare(x, y) == EComparison.LT); 178return (x.IsNull || y.IsNull) ? SqlBoolean.Null : new SqlBoolean(Compare(x, y) == EComparison.GT); 186EComparison cmp = Compare(x, y); 195EComparison cmp = Compare(x, y);