GifDecoderException.Equals(object?) method¶
Defined in
Type: GifDecoderException
Namespace: CrissCross.WPF.UI.Controls.Decoding
Assembly: CrissCross.WPF.UI.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
public override bool Equals(object? obj)
Summary: Determines whether the specified object is equal to the current object.
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | The object to compare with the current object. |
Returns: bool --
true if the specified object is equal to the current object; otherwise, false.