System::Globalization::CultureInfo::Equals method

CultureInfo::Equals method

Compares objects.

bool System::Globalization::CultureInfo::Equals(SharedPtr<Object> obj) override
ParameterTypeDescription
objSharedPtr<Object>Object to compare to.

ReturnValue

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

See Also