operator==()

CultureInfo::operator==(const CultureInfo&) const method

Compares culture parameters.

bool System::Globalization::CultureInfo::operator==(const CultureInfo &other) const

Arguments

ParameterTypeDescription
otherconst CultureInfo&Culture to compare to.

Return Value

True if culture parameters match, false otherwise.

See Also