IVsDataObjectMemberComparer Interface

Definition

Represents the interface that exposes methods for comparing two data object identifier parts or properties.

public interface class IVsDataObjectMemberComparer
[Microsoft.VisualStudio.Data.Core.DataClientObject("7B2CA1BE-14A9-4898-9FF1-DD5003E70AF7")]
[Microsoft.VisualStudio.Data.Core.DataDefaultObject("1C6A51C9-D07D-4e82-BD3E-0EB7F88AC004")]
public interface IVsDataObjectMemberComparer
[<Microsoft.VisualStudio.Data.Core.DataClientObject("7B2CA1BE-14A9-4898-9FF1-DD5003E70AF7")>]
[<Microsoft.VisualStudio.Data.Core.DataDefaultObject("1C6A51C9-D07D-4e82-BD3E-0EB7F88AC004")>]
type IVsDataObjectMemberComparer = interface
Public Interface IVsDataObjectMemberComparer
Derived
Attributes

Methods

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

When implemented by a class, compares one object identifier part with another specified object identifier part.

Compare(String, String, Object, Object)

When implemented by a class, compares a property of a data object with another data object property.

Applies to