LogIdSet.OnesComplement Operator

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Computes the set-wise complement of two LogIdSet objects.

Namespace:  Microsoft.SolverFoundation.Common
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Shared Operator ~ ( _
    ids As LogIdSet _
) As LogIdSet
public static LogIdSet operator ~(
    LogIdSet ids
)
public:
static LogIdSet operator ~(
    LogIdSet ids
)
F# does not support this operator.
JScript does not support overloaded operators.

Parameters

Return Value

Type: Microsoft.SolverFoundation.Common.LogIdSet
A LogIdSet object that is the set-wise complement of ids1 and ids2.

.NET Framework Security

See Also

Reference

LogIdSet Structure

Microsoft.SolverFoundation.Common Namespace