| PropertyValuesContainerHasEqualValues Method |
Returns whether the value(s) of a property are equal to the values of the same property in another container.
If the property contains multiple values then the order of them is considered insignificant.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic bool HasEqualValues(
string property,
PropertyValuesContainer compareTo
)
Parameters
- property
- Type: SystemString
- compareTo
- Type: Omada.OE.ModelPropertyValuesContainer
Return Value
Type:
Boolean
See Also