Overrides MfPrimitive.Equals
OutputVar := instance.Equals(obj)
Gets if this instance is the same as the obj instance
obj
The instance of MfChar to compare
Returns Boolean value of true if the objects are the same; Otherwise false.
This instance of MfChar and the obj instance must be the same object for true to be returned.
Throws MfNullReferenceException if called as a static method