Partager via


SourceCodePosition.Equals, méthode (SourceCodePosition)

Retourne une valeur qui indique si l'objet fourni et l'objet actif sont égaux.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Public Function Equals ( _
    other As SourceCodePosition _
) As Boolean
public bool Equals(
    SourceCodePosition other
)
public:
virtual bool Equals(
    SourceCodePosition^ other
) sealed
abstract Equals : 
        other:SourceCodePosition -> bool 
override Equals : 
        other:SourceCodePosition -> bool 
public final function Equals(
    other : SourceCodePosition
) : boolean

Paramètres

Valeur de retour

Type : System.Boolean
true si les deux objets sont égaux ; sinon, false.

Implémentations

IEquatable<T>.Equals(T)

Sécurité .NET Framework

Voir aussi

Référence

SourceCodePosition Classe

Equals, surcharge

Microsoft.Data.Schema.SchemaModel, espace de noms