5 references to Compare
System.Data (5)
fx\src\data\System\Data\SQLTypes\SQLGuid.cs (5)
208return(x.IsNull || y.IsNull) ? SqlBoolean.Null : new SqlBoolean(Compare(x, y) == EComparison.EQ); 222return(x.IsNull || y.IsNull) ? SqlBoolean.Null : new SqlBoolean(Compare(x, y) == EComparison.LT); 229return(x.IsNull || y.IsNull) ? SqlBoolean.Null : new SqlBoolean(Compare(x, y) == EComparison.GT); 239EComparison cmp = Compare(x, y); 250EComparison cmp = Compare(x, y);