Equals()

Namespace ›› System ›› MfNull ›› Methods ››
Parent Previous Next

Equals()

Overrides MfObject.Equals()

OutputVar := instance.Equals(value)

Equals(value)

Gets if this instance Value is the same as the value

Parameters

value

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

Returns

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

Throws

Throws MfNullReferenceException if called as a static method