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.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public bool HasMatchingValues(
	PropertyValues propVals,
	params Object[] props
)

Parameters

propVals  PropertyValues
A set of property values to compare.
props  Object
References to properties whose value should be compared.

Return Value

Boolean
True if all the passed properties have values that match those in this object.

See Also