Bridge

SByte..::..Equals Method

Returns a value indicating whether this instance is equal to a specified SByte value.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public bool Equals(
	sbyte other
)
<TemplateAttribute> _
Public Function Equals ( _
	other As SByte _
) As Boolean
[TemplateAttribute]
public:
bool^ Equals(
	signed char^ other
)

Parameters

other
Type: System..::..SByte

Return Value

true if obj has the same value as this instance; otherwise, false.