Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft