Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Overrides equality for ModelBusReferences
Namespace: Microsoft.VisualStudio.Modeling.Integration
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.10.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: System.Boolean
The value of modelDisplayName is not significant.
Implements
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.