ObjVerExHasMatchingValues(PropertyValues, Object) 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 Object[] props
)
- propVals  PropertyValues
 - A set of property values to compare.
 - props  Object
 - References to properties whose value should be compared.
 
BooleanTrue if all the passed properties have values that match those in this object.