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

public virtual bool Equals(
    ModelBusAdapter other
)
public:
virtual bool Equals(
    ModelBusAdapter^ other
)
abstract Equals : 
        other:ModelBusAdapter -> bool
override Equals : 
        other:ModelBusAdapter -> bool
Public Overridable Function Equals (
    other As ModelBusAdapter
) As 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 "==".

See Also

Equals Overload
ModelBusAdapter Class
Microsoft.VisualStudio.Modeling.Integration Namespace

Return to top