CustomEqualityAttribute (FSharp.Core)

Namespace: FSharp.Core
Assembly: FSharp.Core.dll
Base Type: Attribute
This is an attribute type definition

Adding this attribute to a type indicates it is a type with a user-defined implementation of equality.

Constructors

Constructor Description

CustomEqualityAttribute()

Full Usage: CustomEqualityAttribute()

Returns: CustomEqualityAttribute CustomEqualityAttribute

Creates an instance of the attribute

Returns: CustomEqualityAttribute

CustomEqualityAttribute