HybridLocalSearchModel.IsOperation Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Tests if a vid is an operation (not a variable or constant).
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Function IsOperation ( _
vid As Integer _
) As Boolean
public bool IsOperation(
int vid
)
public:
virtual bool IsOperation(
int vid
) sealed
abstract IsOperation :
vid:int -> bool
override IsOperation :
vid:int -> bool
public final function IsOperation(
vid : int
) : boolean
Parameters
- vid
Type: System.Int32
The vid to test.
Return Value
Type: System.Boolean
True if the vid is an operation; otherwise false.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.