nfloat.Equals Method

Definition

Overloads

Equals(nfloat)

Returns a value indicating whether this instance and a specified nfloat object represent the same value.

Equals(Object)

Returns a value indicating whether this instance is equal to a specified object.

Equals(nfloat)

Returns a value indicating whether this instance and a specified nfloat object represent the same value.

public bool Equals (nfloat obj);
override this.Equals : nfloat -> bool

Parameters

obj
nfloat

Returns

Implements

Applies to

Equals(Object)

Returns a value indicating whether this instance is equal to a specified object.

public override bool Equals (object obj);
override this.Equals : obj -> bool

Parameters

obj
Object

Returns

Applies to