DataObjectItemComparer Class

Definition

Allows you to compare two data object identifier parts or properties.

public ref class DataObjectItemComparer
[System.Runtime.InteropServices.Guid("027A2908-1533-41dc-96F2-C09D1071224F")]
public class DataObjectItemComparer
[<System.Runtime.InteropServices.Guid("027A2908-1533-41dc-96F2-C09D1071224F")>]
type DataObjectItemComparer = class
Public Class DataObjectItemComparer
Inheritance
DataObjectItemComparer
Derived
Attributes

Constructors

DataObjectItemComparer()

Class constructor. Initializes a new instance of the DataObjectItemComparer class.

Fields

Default

Represents a default instance of the DataObjectItemComparer class that is used when a provider-specific implementation does not exist.

Methods

Compare(String, Object[], Int32, Object)

Compares one object identifier part with another specified object identifier part.

Compare(String, String, Object, Object)

Compares a property of a data object with another data object property.

Applies to