EncodingInfo.Equals(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.