System::ValueTuple::Equals method

ValueTuple::Equals(const ValueTuple&) method

bool System::ValueTuple<Args>::Equals(const ValueTuple &other)

See Also

ValueTuple::Equals(SharedPtr<Object>) method

Determines if the current and the specified objects are identical.

bool System::ValueTuple<Args>::Equals(SharedPtr<Object> obj)
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