DecoderExceptionFallback.Equals(Object) Method

Definition

Indicates whether the current DecoderExceptionFallback object and a specified object are equal.

public:
 override bool Equals(System::Object ^ value);
public override bool Equals (object value);
public override bool Equals (object? value);
override this.Equals : obj -> bool
Public Overrides Function Equals (value As Object) As Boolean

Parameters

value
Object

An object that derives from the DecoderExceptionFallback class.

Returns

true if value is not null and is a DecoderExceptionFallback object; otherwise, false.

Applies to