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