Partager via


ReportView.Equals - Méthode (ReportView)

Détermine si l'objet en cours est égal à un autre objet du même type.

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntaxe

'Déclaration
Public Function Equals ( _
    other As ReportView _
) As Boolean
'Utilisation
Dim instance As ReportView
Dim other As ReportView
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals(
    ReportView other
)

Paramètres

Valeur renvoyée

Type : System.Boolean
true si les objets sont égaux ; dans le cas contraire, false.

Implémentations

IEquatable<T>.Equals(T)

Voir aussi

Référence

ReportView classe

ReportView - Membres

Equals - Surcharge

Microsoft.PerformancePoint.Scorecards - Espace de noms