Click or drag to resize
ContactWithScoreValueCollectionRelativeComplement Method
Subtracts subtrahend from the collection.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public void RelativeComplement(
	ContactWithScoreValueCollection subtrahend
)

Parameters

subtrahend
Type: CMS.ContactManagementContactWithScoreValueCollection
Collection to be subtracted from the current collection
Exceptions
ExceptionCondition
ArgumentNullExceptionsubtrahend is null
See Also