Model.Equal Method (array<Term[], Tuples)

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

Tests a tuple for membership in an array of tuples.

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

Syntax

'Declaration
Public Shared Function Equal ( _
    tuple As Term(), _
    tupleList As Tuples _
) As Term
public static Term Equal(
    Term[] tuple,
    Tuples tupleList
)
public:
static Term^ Equal(
    array<Term^>^ tuple, 
    Tuples^ tupleList
)
static member Equal : 
        tuple:Term[] * 
        tupleList:Tuples -> Term 
public static function Equal(
    tuple : Term[], 
    tupleList : Tuples
) : Term

Parameters

Return Value

Type: Microsoft.SolverFoundation.Services.Term
1 if tuple is a member of tupleList; otherwise, 0.

.NET Framework Security

See Also

Reference

Model Class

Equal Overload

Microsoft.SolverFoundation.Services Namespace