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

Return Value

Type: System.Boolean
True if this ModelBusAdapter is the same as the given ModelBusAdapter instance, false otherwise.

Implements

IEquatable<T>.Equals(T)

Remarks

Base implementation simply uses object equality through "==".

.NET Framework Security

See Also

Reference

ModelBusAdapter Class

Equals Overload

Microsoft.VisualStudio.Modeling.Integration Namespace