Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves an object that can compare identifier parts and properties on data objects.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public ReadOnly Property ObjectItemComparer As DataObjectItemComparer
Get
public DataObjectItemComparer ObjectItemComparer { get; }
public:
property DataObjectItemComparer^ ObjectItemComparer {
DataObjectItemComparer^ get ();
}
member ObjectItemComparer : DataObjectItemComparer
function get ObjectItemComparer () : DataObjectItemComparer
Property Value
Type: Microsoft.VisualStudio.Data.DataObjectItemComparer
Returns a DataObjectItemComparer object instance, which compares identifier parts and properties on data objects.
.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.