Overrides MfObject.Equals()
OutputVar := instance.Equals(obj)
OutputVar := MfVersion.Equals(objA, objB)
Gets if current MfVersion instance is equal to objA instance.
obj
The instance of MfVersion to compare.
Returns var Boolean value of true if the obj the same as current instance; Otherwise false.
Throws MfNotSupportedException if a obj is not an instance of MfVersion.
Throws MfArgumentException if there is an error get a value from a obj.
Throws MfException on any general exceptions are caught.
Gets if objA instance of MfVersion is equal to objB instance.
objA
The instance of MfVersion to compare.
objB
The instance of MfVersion to compare to objA
Returns var Boolean value of true if the objects are the same; Otherwise false.
Throws MfNotSupportedException if a parameter is not an instance of MfVersion.
Throws MfArgumentException if there is an error get a value from a parameter.
Throws MfException on any general exceptions are caught.
Objects must be instance of MfVersion for true to be returned.