Returns a value that indicates whether this instance is equal to the specified
Char object.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public bool Equals(
char obj
)
Parameters
- obj
- Type: SystemChar
An object to compare to this instance.
Return Value
Type:
Booleantrue if the
obj parameter equals the value of this instance; otherwise, false.
See Also