ObjVerExEquals Method (ObjVerEx, Boolean) |
Compares to the other ObjVerEx with the option of leaving the
version information out of the comparison.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxpublic bool Equals(
ObjVerEx other,
bool ignoreVersion
)
Parameters
- other
- Type: MFiles.VAF.CommonObjVerEx
Compared ObjVerEx. - ignoreVersion
- Type: SystemBoolean
Flag indicating whether version should be not used when comparing.
Return Value
Type:
BooleanTrue if the objects are a match respect to the arguments.
See Also