Equals()

Namespace ›› System ›› MfVersion ›› Methods ››
Parent Previous Next

Equals()

Overrides MfObject.Equals()

OutputVar := instance.Equals(obj)
OutputVar := MfVersion.Equals(objA, objB)

Equals(obj)

Gets if current MfVersion instance is equal to objA instance.

Parameters

obj

The instance of MfVersion to compare.

Returns

Returns var Boolean value of true if the obj the same as current instance; Otherwise false.

Throws

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.

MfVersion.Equals(objA, ObjB)

Gets if objA instance of MfVersion is equal to objB instance.

Parameters

objA

The instance of MfVersion to compare.

objB

The instance of MfVersion to compare to objA

Returns

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

Throws

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.

Remarks

Objects must be instance of MfVersion for true to be returned.