BitVector32::Section::Equality Operator (BitVector32::Section, BitVector32::Section)

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

Determines whether two specified BitVector32::Section objects are equal.

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 the same BitVector32::Section object, otherwise, false.

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