Byte..::..Equals Method
Returns a value indicating whether this instance and a specified Byte object represent the same value.
Namespace:
SystemAssembly: 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