StructuralEqualityAttribute Type
Adding this attribute to a record, union or struct type confirms the automatic generation of overrides for 'System.Object.Equals(obj)' and 'System.Object.GetHashCode()' for the type.
Constructors
Constructor |
Description
|
Full Usage:
StructuralEqualityAttribute()
Returns: StructuralEqualityAttribute
StructuralEqualityAttribute
|
Creates an instance of the attribute
|