Click or drag to resize
UTF8EncodingEquals Method
Determines whether the specified Object is equal to the current UTF8Encoding object.

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 UTF8Encoding and is equal to the current object; otherwise, false.
See Also