SolverRegistration.Inequality Operator

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

Test for inequality.

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

Syntax

'Declaration
Public Shared Operator <> ( _
    key1 As SolverRegistration, _
    key2 As SolverRegistration _
) As Boolean
public static bool operator !=(
    SolverRegistration key1,
    SolverRegistration key2
)
public:
static bool operator !=(
    SolverRegistration^ key1, 
    SolverRegistration^ key2
)
static let inline (<>)
        key1:SolverRegistration * 
        key2:SolverRegistration  : bool
JScript does not support overloaded operators.

Parameters

Return Value

Type: System.Boolean
True if the two keys are not equal; otherwise false.

.NET Framework Security

See Also

Reference

SolverRegistration Class

Microsoft.SolverFoundation.Services Namespace