ObjVerExEquals(ObjVerEx, Boolean) Method
Compares to the other ObjVerEx with the option of leaving the
version information out of the comparison.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public bool Equals(
ObjVerEx other,
bool ignoreVersion
)
- other ObjVerEx
- Compared ObjVerEx.
- ignoreVersion Boolean
- Flag indicating whether version should be not used when comparing.
BooleanTrue if the objects are a match respect to the arguments.