ModelBusReference.Equals Method (ModelBusReference)
Overrides equality for ModelBusReferences
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 Function Equals ( _
other As ModelBusReference _
) As Boolean
public bool Equals(
ModelBusReference other
)
public:
virtual bool Equals(
ModelBusReference^ other
) sealed
abstract Equals :
other:ModelBusReference -> bool
override Equals :
other:ModelBusReference -> bool
public final function Equals(
other : ModelBusReference
) : boolean
Parameters
Return Value
Type: Boolean
The value of modelDisplayName is not significant.
Implements
IEquatable.Equals(UTP)
Remarks
ModelBusReferences are considered equal if they refer to the same adapter.
.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.