Gets if this instance Value is the same as the value instance.Value.
Overrides MfObject.Equals()
OutputVar := instance.Equals(value)
Gets if this instance Value is the same as the value instance.Value.
value
The Object or var containing, float to compare to current instance.
Can be any type that matches IsNumber.
Returns Boolean var of true if this Value and value are equal; Otherwise false.
If value is unable to be converted to a float then false will be returned.