Equals()

CultureInfo::Equals(SharedPtr<Object>) method

Compares objects.

bool System::Globalization::CultureInfo::Equals(SharedPtr<Object> obj) override

Arguments

ParameterTypeDescription
objSharedPtr<Object>Object to compare to.

Return Value

True if obj is CultureInfo and has same parameters as this object, false otherwise.

See Also