LogIdSet.ExclusiveOr 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 symmetric difference of two LogIdSet objects.
Namespace: Microsoft.SolverFoundation.Common
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Shared Operator Xor ( _
ids1 As LogIdSet, _
ids2 As LogIdSet _
) As LogIdSet
public static LogIdSet operator ^(
LogIdSet ids1,
LogIdSet ids2
)
public:
static LogIdSet operator ^(
LogIdSet ids1,
LogIdSet ids2
)
static let inline (^^^)
ids1:LogIdSet *
ids2:LogIdSet : LogIdSet
JScript does not support overloaded operators.
Parameters
- ids1
Type: Microsoft.SolverFoundation.Common.LogIdSet
A LogIdSet object.
- ids2
Type: Microsoft.SolverFoundation.Common.LogIdSet
A LogIdSet object.
Return Value
Type: Microsoft.SolverFoundation.Common.LogIdSet
A LogIdSet object that is the set-wise symmetric difference of ids1 and ids2.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.