In This Topic
Returns a value indicating whether the specified object is an
System.Drawing.Imaging.ImageFormat equivalent to this
System.Drawing.Imaging.ImageFormat.
Syntax
'Declaration
Public Overrides Function Equals( _
ByVal As Object _
) As Boolean
public override bool Equals(
object
)
Parameters
- o
See Also