System::Drawing::Imaging::ImageFormat::Equals method

ImageFormat::Equals method

Determines if the image formats represented by the current and specified objects are equal.

bool System::Drawing::Imaging::ImageFormat::Equals(ImageFormatPtr format) const
ParameterTypeDescription
formatImageFormatPtrThe image format object to compare the current object with

ReturnValue

True if the current and the specified objects represent the same image format, otherwise - false

See Also