LogIdSet.Contains Method

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

Returns a value indicating whether a LogIdSet object has a specific logging ID.

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

Syntax

'Declaration
Public Function Contains ( _
    id As Integer _
) As Boolean
public bool Contains(
    int id
)
public:
bool Contains(
    int id
)
member Contains : 
        id:int -> bool 
public function Contains(
    id : int
) : boolean

Parameters

  • id
    Type: System.Int32
    A Int32 value that represents a logging ID.

Return Value

Type: System.Boolean
true if the LogIdSet object has a specific logging ID; otherwise, false.

.NET Framework Security

See Also

Reference

LogIdSet Structure

Microsoft.SolverFoundation.Common Namespace