Share via


ModelBusAdapterReference.Equals Method (ModelBusAdapterReference)

Compares this Scope to another Scope instance.

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

Syntax

'Declaration
Public MustOverride Function Equals ( _
    other As ModelBusAdapterReference _
) As Boolean
public abstract bool Equals(
    ModelBusAdapterReference other
)
public:
virtual bool Equals(
    ModelBusAdapterReference^ other
) abstract
abstract Equals : 
        other:ModelBusAdapterReference -> bool
public abstract function Equals(
    other : ModelBusAdapterReference
) : boolean

Parameters

Return Value

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

Implements

IEquatable.Equals(UTP)

.NET Framework Security

See Also

Reference

ModelBusAdapterReference Class

Equals Overload

Microsoft.VisualStudio.Modeling.Integration Namespace