IRowVariableModel.KeyComparer Property

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

Gets an object that is used to compare rows or variables.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

IRowVariableModel Interface

Microsoft.SolverFoundation.Services Namespace