IVsDataObjectMemberComparer Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an ability to compare data object members.
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. |