Equals()

FrameDimension::Equals(FrameDimensionPtr) method

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

bool System::Drawing::Imaging::FrameDimension::Equals(FrameDimensionPtr format)

Arguments

ParameterTypeDescription
formatFrameDimensionPtrThe object to compare the current object with

Return Value

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

See Also