DoubleEqualityComparerThis class is a singleton and the instance can be accessed via the static Default property
System.Collections.Generic.IEqualityComparer<double>objectDefaultEquals(double item1, double item2)
,Equals(object obj), Inherited from object
,Finalize(), Inherited from object
,GetHashCode(double item)
,GetHashCode(), Inherited from object
,GetType(), Inherited from object
,MemberwiseClone(), Inherited from object
,ToString(), Inherited from objectS DoubleEqualityComparer Default | Access: Read-Only Value: |
F bool Equals(double item1, double item2) |
Check if two doubles are equal
| |||||||
F int GetHashCode(double item) |
Get the hash code of this double
|