EncoderExceptionFallback.Equals(Object) Method

Definition

Indicates whether the current EncoderExceptionFallback 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 EncoderExceptionFallback class.

Returns

true if value is not null (Nothing in Visual Basic .NET) and is a EncoderExceptionFallback object; otherwise, false.

Applies to