Equals()

Namespace ›› System ›› MfBool ›› 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 containing, boolean
Can be any object of the matches type IsNumber, MfString or MfChar.

Returns

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

Throws

Throws MfNullReferenceException if called as a static method

Remarks

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