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
other
Type : Microsoft.PerformancePoint.Scorecards.ReportViewObjet à comparer à.
Valeur renvoyée
Type : System.Boolean
true si les objets sont égaux ; dans le cas contraire, false.