Overrides MfObject.Equals()
OutputVar := instance.Equals(value)
Gets if this instance Value is the same as the value
value
The Object or var containing, boolean
Can be any object of the matches type IsNumber, MfString or MfChar.
Returns Boolean value of true if this Value and value are equal; Otherwise false.
Throws MfNullReferenceException if called as a static method
If value is unable to be converted to a boolean then false will be returned.