Click or drag to resize
CharEquals Method (Char)
Returns a value that indicates whether this instance is equal to the specified Char object.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public bool Equals(
	char obj
)

Parameters

obj
Type: SystemChar
An object to compare to this instance.

Return Value

Type: Boolean
true if the obj parameter equals the value of this instance; otherwise, false.
See Also