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.
Represents the interface that exposes methods for comparing two data object identifier parts or properties.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
<DataDefaultObjectAttribute("1C6A51C9-D07D-4e82-BD3E-0EB7F88AC004")> _
<DataClientObjectAttribute("7B2CA1BE-14A9-4898-9FF1-DD5003E70AF7")> _
Public Interface IVsDataObjectMemberComparer
[DataDefaultObjectAttribute("1C6A51C9-D07D-4e82-BD3E-0EB7F88AC004")]
[DataClientObjectAttribute("7B2CA1BE-14A9-4898-9FF1-DD5003E70AF7")]
public interface IVsDataObjectMemberComparer
[DataDefaultObjectAttribute(L"1C6A51C9-D07D-4e82-BD3E-0EB7F88AC004")]
[DataClientObjectAttribute(L"7B2CA1BE-14A9-4898-9FF1-DD5003E70AF7")]
public interface class IVsDataObjectMemberComparer
[<DataDefaultObjectAttribute("1C6A51C9-D07D-4e82-BD3E-0EB7F88AC004")>]
[<DataClientObjectAttribute("7B2CA1BE-14A9-4898-9FF1-DD5003E70AF7")>]
type IVsDataObjectMemberComparer = interface end
public interface IVsDataObjectMemberComparer
Methods
Name | Description | |
---|---|---|
![]() |
Compare(String, array<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. |
Top
Remarks
This interface has a base implementation in the DDEX Framework.
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace