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