Overrides MfObject.Equals()
OutputVar := instance.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.
obj
An MfCharList instance to compare to this instance.
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 MfNullReferenceException if called as a static method.
Comparison is done in an ordinal manner.