Hunny Software Library Reference

ByteString.Equals Method (ByteString)

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

[Visual Basic]
Overloads Public Function Equals( _
   ByVal str As ByteString _
) As Boolean
[C#]
public bool Equals(
   ByteString str
);

Parameters

str
a ByteString instance to compare to this instance

Return Value

true if the value of str is the same as this instance; otherwise, false

Remarks

The comparison is case-sensitive.

Exceptions

Exception TypeCondition
ArgumentNullExceptionstr is null

See Also

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