Hunny Software Library Reference

ByteString.Equals Method (ByteString, ByteString)

Indicates if two specified instances have the same value.

[Visual Basic]
Overloads Public Shared Function Equals( _
   ByVal str1 As ByteString, _
   ByVal str2 As ByteString _
) As Boolean
[C#]
public static bool Equals(
   ByteString str1,
   ByteString str2
);

Parameters

str1
a ByteString or a null reference
str2
a ByteString or a null reference

Return Value

true if the value of str1 is the same as the value of str2; otherwise, false

Remarks

The comparison is case-sensitive.

See Also

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