Click or drag to resize
EncodingEquals Method
Determines whether the specified Object is equal to the current instance.

Namespace: System.Text
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public override bool Equals(
	Object value
)

Parameters

value
Type: SystemObject
The Object to compare with the current instance.

Return Value

Type: Boolean
true if value is an instance of Encoding and is equal to the current instance; otherwise, false.
See Also