Equals()

Namespace ›› System ›› MfChar ›› Methods ››
Parent Previous Next

Equals()

Overrides MfPrimitive.Equals

OutputVar := instance.Equals(obj)

Equals(obj)

Gets if this instance is the same as the obj instance

Parameters

obj

The instance of MfChar to compare

Returns

Returns Boolean value of true if the objects are the same; Otherwise false.

Remarks

This instance of MfChar and the obj instance must be the same object for true to be returned.

Throws

Throws MfNullReferenceException if called as a static method