TechTalk Genome v4.2

Set.Subtract Method (Set)

Returns the difference of two Sets.

public Set Subtract(
   Set other
);

Parameters

other
The Set that has to be subtracted from this Set.

Return Value

A Set that contains all elements of this Set that are not contained in other.

Exceptions

Exception TypeCondition
GenomeException

The source Sets are in different DataDomains.

or

The source Sets are not merge compatible. Two Sets are merge compatible, if both have the same ElementType and both have the same selector expressions.

Requirements

Namespace: TechTalk.Genome

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

Set Class | TechTalk.Genome Namespace | Set.Subtract Overload List | Subtraction