Equals()

Namespace ›› System ›› MfCharList ›› Methods ››
Parent Previous Next

Equals()

Overrides MfObject.Equals()

OutputVar := instance.Equals(obj)

Equals(obj)

Compares the current instance with another object of the same type and returns boolean var that indicates whether the current instance equals obj instance.

Parameters

obj

An MfCharList instance to compare to this instance.

Returns

Returns a boolean value that indicates if obj equal to current instance.
If current instance is equal to obj then true is returned; Otherwise false is returned.

Throws

Throws MfNullReferenceException if called as a static method.

Remarks

Comparison is done in an ordinal manner.