Overload | Description |
---|---|
ComparingByValue<T>() | Marks the T as a value type which must be compared using its System.Object.Equals(System.Object) method, regardless of it overriding it or not. |
ComparingByValue(Type) | Marks type as a value type which must be compared using its System.Object.Equals(System.Object) method, regardless of it overriding it or not. |