NSInstance.Equals Method (Object)
Determines whether the specified Object is equal to the current NSInstance object.
Espacio de nombres: Microsoft.SqlServer.NotificationServices
Ensamblado: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)
Sintaxis
'Declaración
Public Overrides Function Equals ( _
obj As Object _
) As Boolean
public override bool Equals (
Object obj
)
public:
virtual bool Equals (
Object^ obj
) override
public boolean Equals (
Object obj
)
public override function Equals (
obj : Object
) : boolean
Parámetros
- obj
The Object to compare to the current NSInstance object.
Valor devuelto
true if the specified Object is equal to the current NSInstance object; otherwise false.
Notas
The Equals method compares the object types and values of their InstanceName properties.
Seguridad para subprocesos
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
NSInstance Class
NSInstance Members
Microsoft.SqlServer.NotificationServices Namespace