ObjVerExHasMatchingValues(PropertyValues, MFIdentifier) Method
Indicates whether the specified properties in the passed PropertyValue collection have values
that match in this object. If any of the property values cannot be resolved for either object
there is never a match.
When comparing lookups, versions in a lookup and the order of the lookups are meaningful.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public bool HasMatchingValues(
PropertyValues propVals,
params MFIdentifier[] props
)
- propVals PropertyValues
- A set of property values to compare.
- props MFIdentifier
- References to properties whose value should be compared.
BooleanTrue if all the passed properties have values that match those in this object.