operator!=()

System::Collections::Specialized::operator!=(BitVector32::Section, BitVector32::Section) function

Checks if two specified objects are not equal.

bool System::Collections::Specialized::operator!=(BitVector32::Section a, BitVector32::Section b)

Arguments

ParameterTypeDescription
aBitVector32::Section- first object to compare
bBitVector32::Section- second object to compare

Return Value

true if are not equal, otherwise - false.

See Also