LogIdSet.Equality Operator

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

Returns a value that indicates whether two LogIdSet objects are equal.

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

Syntax

'Declaration
Public Shared Operator = ( _
    ids1 As LogIdSet, _
    ids2 As LogIdSet _
) As Boolean
public static bool operator ==(
    LogIdSet ids1,
    LogIdSet ids2
)
public:
static bool operator ==(
    LogIdSet ids1, 
    LogIdSet ids2
)
static let inline (=)
        ids1:LogIdSet * 
        ids2:LogIdSet  : bool
JScript does not support overloaded operators.

Parameters

Return Value

Type: System.Boolean
true if two LogIdSet objects are equal; otherwise, false.

.NET Framework Security

See Also

Reference

LogIdSet Structure

Microsoft.SolverFoundation.Common Namespace