Method Equals
Equals(object?)
Returns a value that indicates whether the specified object is an ImageFormat object that is equivalent to this ImageFormat object.
public override bool Equals(object? o)
Parameters
o
objectThe object to test.
Returns
- bool
true if
o
is an ImageFormat object that is equivalent to this ImageFormat object; otherwise, false.