Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.11.0.dll)
Syntax
'Declaration
Public Overridable Function Equals ( _
other As ModelBusAdapter _
) As Boolean
public virtual bool Equals(
ModelBusAdapter other
)
public:
virtual bool Equals(
ModelBusAdapter^ other
)
abstract Equals :
other:ModelBusAdapter -> bool
override Equals :
other:ModelBusAdapter -> bool
public function Equals(
other : ModelBusAdapter
) : boolean
Parameters
other
Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusAdapterModelBusAdapter instance to compare to.
Return Value
Type: Boolean
True if this ModelBusAdapter is the same as the given ModelBusAdapter instance, false otherwise.
Implements
IEquatable.Equals(UTP)
Remarks
Base implementation simply uses object equality through "==".
.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.