Equals méthode
Determines if the object supplied is the same as the current object.
Espace de noms : Microsoft.ReportingServices.Interfaces
Assemblys : Microsoft.ReportingServices.SharePoint.UI.WebParts (dans Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (dans Microsoft.ReportingServices.Interfaces.dll)
Syntaxe
'Déclaration
Public Overrides Function Equals ( _
obj As Object _
) As Boolean
'Utilisation
Dim instance As LocalizedNameAttribute
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
public override bool Equals(
Object obj
)
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj:Object -> bool
override Equals :
obj:Object -> bool
public override function Equals(
obj : Object
) : boolean
Paramètres
- obj
Type : System. . :: . .Object
The object used for comparison.
Valeur de retour
Type : System. . :: . .Boolean
A Boolean value indicating if the objects are equal.