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
.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.