Equals()

BitVector32::Equals(const BitVector32&) method

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

bool System::Collections::Specialized::BitVector32::Equals(const BitVector32 &obj)

Arguments

ParameterTypeDescription
objconst BitVector32&object to be compared

Return Value

True if objects are equal, otherwise - false

See Also