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