CspDomain.SetEqual Method

[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 if two domains are equal.

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

Syntax

'Declaration
Public MustOverride Function SetEqual ( _
    otherDomain As CspDomain _
) As Boolean
public abstract bool SetEqual(
    CspDomain otherDomain
)
public:
virtual bool SetEqual(
    CspDomain^ otherDomain
) abstract
abstract SetEqual : 
        otherDomain:CspDomain -> bool 
public abstract function SetEqual(
    otherDomain : CspDomain
) : boolean

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

CspDomain Class

Microsoft.SolverFoundation.Solvers Namespace