System::Tuple::Equals method

Tuple::Equals method

Determines if the current and the specified objects are identical.

bool System::Tuple<Args>::Equals(SharedPtr<Object> obj) override
ParameterTypeDescription
objSharedPtr<Object>An object to compare the current object with

ReturnValue

True if the current and the specified objects are identical, otherwise - false

See Also