Overrides MfObject.Equals()
OutputVar := instance.Equals(value)
Gets if this instance Value is the same as the value
value
The Object or var to compare to current instance.
Can be any type that matches IsNumber.
Returns Boolean value of true if this Value and value are equal; Otherwise false.
Throws MfNullReferenceException if called as a static method