Bridge

Byte..::..Equals Method

Returns a value indicating whether this instance and a specified Byte object represent the same value.

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

Syntax


[TemplateAttribute]
public bool Equals(
	byte other
)
<TemplateAttribute> _
Public Function Equals ( _
	other As Byte _
) As Boolean
[TemplateAttribute]
public:
bool^ Equals(
	unsigned char^ other
)

Parameters

other
Type: System..::..Byte

Return Value

true if obj is equal to this instance; otherwise, false.