BitVector32.Section.Equality(BitVector32+Section, BitVector32+Section) Betreiber

Definition

Bestimmt, ob zwei BitVector32.Section-Objekte gleich sind.

public:
 static bool operator ==(System::Collections::Specialized::BitVector32::Section a, System::Collections::Specialized::BitVector32::Section b);
public static bool operator == (System.Collections.Specialized.BitVector32.Section a, System.Collections.Specialized.BitVector32.Section b);
static member ( = ) : System.Collections.Specialized.BitVector32.Section * System.Collections.Specialized.BitVector32.Section -> bool
Public Shared Operator == (a As BitVector32.Section, b As BitVector32.Section) As Boolean

Parameter

Gibt zurück

true, wenn die Parameter a und b das gleiche BitVector32.Section-Objekt darstellen; andernfalls false.

Hinweise

Die entsprechende Methode für diesen Operator ist BitVector32.Section.Equals(BitVector32+Section).

Gilt für: