HybridLocalSearchModel.IRowVariableModel.KeyComparer Property

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

Gets the value of the key comparer for the search model.

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

Syntax

'Declaration
Private ReadOnly Property KeyComparer As IEqualityComparer(Of Object)
    Implements IRowVariableModel.KeyComparer
IEqualityComparer<Object> IRowVariableModel.KeyComparer { get; }
private:
virtual property IEqualityComparer<Object^>^ KeyComparer {
    IEqualityComparer<Object^>^ get () sealed = IRowVariableModel::KeyComparer::get;
}
private abstract KeyComparer : IEqualityComparer<Object>
private override KeyComparer : IEqualityComparer<Object>
JScript does not support explicit interface implementations.

Property Value

Type: System.Collections.Generic.IEqualityComparer<Object>
The key comparer for the search model.

Implements

IRowVariableModel.KeyComparer

.NET Framework Security

See Also

Reference

HybridLocalSearchModel Class

Microsoft.SolverFoundation.Solvers Namespace