ModelBusAdapterReference.Equals Method (ModelBusAdapterReference)

 

Compares this Scope to another Scope instance.

Namespace:   Microsoft.VisualStudio.Modeling.Integration
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)

Syntax

public abstract bool Equals(
    ModelBusAdapterReference other
)
public:
virtual bool Equals(
    ModelBusAdapterReference^ other
) abstract
abstract Equals : 
        other:ModelBusAdapterReference -> bool
Public MustOverride Function Equals (
    other As ModelBusAdapterReference
) As Boolean

Parameters

Return Value

Type: System.Boolean

True if this Scope and the passed-in Scope instance are the same, false otherwise.

Implements

IEquatable<T>.Equals(T)

See Also

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

Return to top