Hunny Software Library Reference

ByteString.Equals Method

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

Overload List

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

public bool Equals(ByteString);

Indicates if two specified instances have the same value.

public static bool Equals(ByteString,ByteString);

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

public override bool Equals(object);

See Also

ByteString Class | Hunny.Base Namespace