Equals()

ImageFormat::Equals(ImageFormatPtr) const method

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

bool System::Drawing::Imaging::ImageFormat::Equals(ImageFormatPtr format) const

Arguments

ParameterTypeDescription
formatImageFormatPtrThe image format object to compare the current object with

Return Value

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

See Also