Hunny Software Library Reference

ByteString.Equals Method (Object)

Indicates if this instance has the same value as another object.

[Visual Basic]
Overrides Overloads Public Function Equals( _
   ByVal obj As Object _
) As Boolean
[C#]
public override bool Equals(
   object obj
);

Parameters

obj
an Object

Return Value

true if obj is a ByteString instance and its value is the same as this instance; otherwise, false

Remarks

The comparison is case-sensitive.

Exceptions

Exception TypeCondition
ArgumentNullExceptionobj is null

See Also

ByteString Class | Hunny.Base Namespace | ByteString.Equals Overload List