ListLocation.Equals - Méthode (ListLocation)

Détermine si cet objet 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 ListLocation _
) As Boolean
'Utilisation
Dim instance As ListLocation
Dim other As ListLocation
Dim returnValue As Boolean

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

Paramètres

Valeur renvoyée

Type : System.Boolean
true si cet objet est égal à l'autre objet ; dans le cas contraire false.

Implémentations

IEquatable<T>.Equals(T)

Voir aussi

Référence

ListLocation classe

ListLocation - Membres

Equals - Surcharge

Microsoft.PerformancePoint.Scorecards - Espace de noms