Bearbeiten

EncodingInfo.Equals(Object) Method

Definition

Gets a value indicating whether the specified object is equal to the current EncodingInfo object.

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 to compare to the current EncodingInfo object.

Returns

true if value is a EncodingInfo object and is equal to the current EncodingInfo object; otherwise, false.

Remarks

Two EncodingInfo objects are equal if their CodePage properties are equal.

Applies to