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