| AssigneeContainerContainsExactly Method (IEnumerableInt32) |
Returns true if the AssigneeContainer contains (directly assigned) exactly the assignees specified in assigneeIds (no more - no less).
Duplets in assigneeIds are ignored.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic bool ContainsExactly(
IEnumerable<int> assigneeIds
)
Parameters
- assigneeIds
- Type: System.Collections.GenericIEnumerableInt32
Return Value
Type:
Boolean
See Also