Determines whether the specified
Object is equal to the current instance.
Namespace: System.TextAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public override bool Equals(
Object value
)
Parameters
- value
- Type: SystemObject
The Object to compare with the current instance.
Return Value
Type:
Booleantrue if
value is an instance of
Encoding and is equal to the current instance; otherwise, false.
See Also