System::Collections::Specialized::BitVector32::Equals method

BitVector32::Equals method

Determines whether the specified object is the same as the current.

bool System::Collections::Specialized::BitVector32::Equals(const BitVector32 &obj)
ParameterTypeDescription
objconst BitVector32&object to be compared

ReturnValue

True if objects are equal, otherwise - false

See Also