BitVector32::Section::Inequality Operator (BitVector32::Section, BitVector32::Section)

 
equivalentCodeEntityM:System.Collections.Specialized.BitVector32.Section.Compare(System.Collections.Specialized.BitVector32.Section,System.Collections.Specialized.BitVector32.Section)

Determines whether two BitVector32::Section objects have different values.

Namespace:   System.Collections.Specialized
Assembly:  System (in System.dll)

public:
static bool operator !=(
	BitVector32::Section a,
	BitVector32::Section b
)

Return Value

Type: System::Boolean

true if the a and b parameters represent different BitVector32::Section objects; otherwise, false.

Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Return to top
Show: