BitVector32.Section.Equals Méthode

Définition

Détermine si deux objets BitVector32.Section sont identiques.

Surcharges

Equals(BitVector32+Section)

Détermine si l'objet BitVector32.Section spécifié correspond à l'objet BitVector32.Section en cours.

Equals(Object)

Détermine si l'objet spécifié correspond à l'objet BitVector32.Section en cours.

Equals(BitVector32+Section)

Source:
BitVector32.cs
Source:
BitVector32.cs
Source:
BitVector32.cs

Détermine si l'objet BitVector32.Section spécifié correspond à l'objet BitVector32.Section en cours.

C#
public bool Equals (System.Collections.Specialized.BitVector32.Section obj);

Paramètres

obj
BitVector32.Section

Objet BitVector32.Section à comparer à l’objet BitVector32.Section actuel.

Retours

true si le paramètre obj correspond à l'objet BitVector32.Section en cours ; sinon, false.

Implémente

S’applique à

.NET 9 et autres versions
Produit Versions
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1
UWP 10.0

Equals(Object)

Source:
BitVector32.cs
Source:
BitVector32.cs
Source:
BitVector32.cs

Détermine si l'objet spécifié correspond à l'objet BitVector32.Section en cours.

C#
public override bool Equals (object o);
C#
public override bool Equals (object? o);

Paramètres

o
Object

Objet à comparer au BitVector32.Section actif.

Retours

true si l'objet spécifié correspond à l'objet BitVector32.Section en cours ; sinon, false.

Remarques

Cette méthode se substitue à Object.Equals.

Deux BitVector32.Section instances sont considérées comme égales si les deux sections sont de la même longueur et se trouvent au même emplacement dans un BitVector32.

Voir aussi

S’applique à

.NET 9 et autres versions
Produit Versions
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1
UWP 10.0