Bridge

Char..::..Equals Method

Returns a value that indicates whether this instance is equal to the specified Char object.

Namespace:  System
Assembly:  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

Return Value

true if the obj parameter equals the value of this instance; otherwise, false.