Share via


BitVector32.Section.Inequality Operatör

Tanım

İki BitVector32.Section nesnenin farklı değerlere sahip olup olmadığını belirler.

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 op_Inequality : System.Collections.Specialized.BitVector32.Section * System.Collections.Specialized.BitVector32.Section -> bool
Public Shared Operator != (a As BitVector32.Section, b As BitVector32.Section) As Boolean

Parametreler

Döndürülenler

truea ve b parametreleri farklı BitVector32.Section nesneleri temsil ederse; değilse, false.

Açıklamalar

Bu işlecin eşdeğer yöntemi şudur: Equality

Şunlara uygulanır