Equals()

Namespace ›› System ›› MfFloat ›› Methods ››
Parent Previous Next

Equals()

Gets if this instance Value is the same as the value instance.Value.
Overrides MfObject.Equals()

OutputVar := instance.Equals(value)

Equals(value)

Gets if this instance Value is the same as the value instance.Value.

Parameters

value

The Object or var containing, float to compare to current instance.
Can be any type that matches IsNumber.

Returns

Returns Boolean var of true if this Value and value are equal; Otherwise false.

Remarks

If value is unable to be converted to a float then false will be returned.