ObjVerExEquals(ObjVerEx, Boolean) Method

Compares to the other ObjVerEx with the option of leaving the version information out of the comparison.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public bool Equals(
	ObjVerEx other,
	bool ignoreVersion
)

Parameters

other  ObjVerEx
Compared ObjVerEx.
ignoreVersion  Boolean
Flag indicating whether version should be not used when comparing.

Return Value

Boolean
True if the objects are a match respect to the arguments.

See Also