System::Drawing::CharacterRange::operator== method

CharacterRange::operator== method

Determina si los objetos actual y especificado representan el mismo rango.

bool System::Drawing::CharacterRange::operator==(const CharacterRange &cr) const
ParámetroTipoDescripción
crconst CharacterRange&El objeto CharacterRange para comparar con el objeto actual

ReturnValue

Verdadero si tanto cr como los objetos actuales representan el mismo rango, de lo contrario - falso

Ver también