Méthode System::Drawing::Imaging::ImageFormat::Equals

ImageFormat::Equals method

Détermine si les formats d’image représentés par l’objet actuel et l’objet spécifié sont égaux.

bool System::Drawing::Imaging::ImageFormat::Equals(ImageFormatPtr format) const
ParamètreTypeDescription
formatImageFormatPtrL’objet de format d’image à comparer avec l’objet actuel

ReturnValue

Vrai si l’objet actuel et l’objet spécifié représentent le même format d’image, sinon - faux

Voir aussi