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.
Compares this AdapterReferenceData to another object.
Namespace: Microsoft.VisualStudio.Modeling.Integration
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
public override bool Equals(
object obj
)
public:
virtual bool Equals(
Object^ obj
) override
override Equals :
obj:Object -> bool
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
obj
Type: System.ObjectObject to compare to.
Return Value
Type: System.Boolean
True if this AdapterReferenceData and the given object are the same, false otherwise.
See Also
Equals Overload
ModelBusAdapterReference Class
Microsoft.VisualStudio.Modeling.Integration Namespace
Return to top