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