Char..::..Equals Method
Returns a value that indicates whether this instance is equal to the specified Char object.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public bool Equals( char other )
<TemplateAttribute> _ Public Function Equals ( _ other As Char _ ) As Boolean
[TemplateAttribute] public: bool^ Equals( wchar_t^ other )
Parameters
- other
- Type: System..::..Char