Equals()

DefaultBoxedValue::Equals(ptr) method

Determines the equality of the boxed values represented by the current and specified objects.

bool System::DefaultBoxedValue<T>::Equals(ptr obj) override

Arguments

ParameterTypeDescription
objptrThe object that represent the boxed value to be compared with the boxed value represented by the current object

Return Value

True if the boxed value represented by the current object and obj are equal, otherwise - false

See Also