ModelBusAdapter.Equals Method (ModelBusAdapter)
True if this ModelBusAdapter is the same as the given ModelBusAdapter instance, false otherwise.
Namespace: Microsoft.VisualStudio.Modeling.Integration
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)
Syntax
'Declaration
Public Overridable Function Equals ( _
other As ModelBusAdapter _
) As Boolean
public virtual bool Equals(
ModelBusAdapter other
)
public:
virtual bool Equals(
ModelBusAdapter^ other
)
abstract Equals :
other:ModelBusAdapter -> bool
override Equals :
other:ModelBusAdapter -> bool
public function Equals(
other : ModelBusAdapter
) : boolean
Parameters
other
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusAdapterModelBusAdapter instance to compare to.
Return Value
Type: System.Boolean
True if this ModelBusAdapter is the same as the given ModelBusAdapter instance, false otherwise.
Implements
Remarks
Base implementation simply uses object equality through "==".
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.