System::Globalization::CultureInfo::operator== method

CultureInfo::operator== method

Compares culture parameters.

bool System::Globalization::CultureInfo::operator==(const CultureInfo &other) const
ParameterTypeDescription
otherconst CultureInfo&Culture to compare to.

ReturnValue

True if culture parameters match, false otherwise.

See Also