RowVariableModel.KeyComparer Property

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

Gets the object that is used to compare keys for rows or variables.

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

Syntax

'Declaration
Public Overridable ReadOnly Property KeyComparer As IEqualityComparer(Of Object)
public virtual IEqualityComparer<Object> KeyComparer { get; }
public:
virtual property IEqualityComparer<Object^>^ KeyComparer {
    IEqualityComparer<Object^>^ get ();
}
abstract KeyComparer : IEqualityComparer<Object>
override KeyComparer : IEqualityComparer<Object>
function get KeyComparer () : IEqualityComparer<Object>

Property Value

Type: System.Collections.Generic.IEqualityComparer<Object>
The object that is used to compare keys for rows or variables.

Implements

IRowVariableModel.KeyComparer

.NET Framework Security

See Also

Reference

RowVariableModel Class

Microsoft.SolverFoundation.Services Namespace