System::Drawing::Imaging::FrameDimension::Equals method

FrameDimension::Equals method

Determines if the specified FrameDimension object is equivalent to the current object.

bool System::Drawing::Imaging::FrameDimension::Equals(FrameDimensionPtr format)
ParameterTypeDescription
formatFrameDimensionPtrThe object to compare the current object with

ReturnValue

True if the current object is equivalent to format, otherwis - false

See Also