Partager via


SnapshotPoint.Equality, opérateur

Détermine si ce point d'instantané est le même qu'un deuxième point d'instantané.

Espace de noms :  Microsoft.VisualStudio.Text
Assembly :  Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)

Syntaxe

'Déclaration
Public Shared Operator = ( _
    left As SnapshotPoint, _
    right As SnapshotPoint _
) As Boolean
public static bool operator ==(
    SnapshotPoint left,
    SnapshotPoint right
)
public:
static bool operator ==(
    SnapshotPoint left, 
    SnapshotPoint right
)
static let inline(=)
        left:SnapshotPoint * 
        right:SnapshotPoint  : bool
JScript ne prend pas en charge les opérateurs surchargés.

Paramètres

Valeur de retour

Type : Boolean
true si les points d'instantané sont identiques, sinon false.

Sécurité .NET Framework

Voir aussi

Référence

SnapshotPoint Structure

Microsoft.VisualStudio.Text, espace de noms