ImageFormat::Equals Method (Object^)

 

Returns a value that indicates whether the specified object is an ImageFormat object that is equivalent to this ImageFormat object.

Namespace:   System.Drawing.Imaging
Assembly:  System.Drawing (in System.Drawing.dll)

public:
virtual bool Equals(
	Object^ o
) override

Parameters

o
Type: System::Object^

The object to test.

Return Value

Type: System::Boolean

true if o is an ImageFormat object that is equivalent to this ImageFormat object; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: