Determines whether two SByte objects are equal. The SByte type is not CLS compliant. The CLS-compliant alternative is Byte.
[C#] public override bool Equals( object obj ); [C++] public: override bool Equals( Object* obj ); [JScript] public override function Equals( obj : Object ) : Boolean;
[Visual Basic] The SByte type cannot be used in Visual Basic.
true if obj is an SByte with the same byte value as this instance; otherwise, false.
Overrides Equals.
SByte Structure | SByte Members | System Namespace | Boolean