| Utf8StringEquality Operator |
Determines whether two specified
Utf8String objects have the same value.
Namespace:
Ookii.Jumbo.IO
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public static bool operator ==(
Utf8String left,
Utf8String right
)
Public Shared Operator = (
left As Utf8String,
right As Utf8String
) As Boolean
public:
static bool operator ==(
Utf8String^ left,
Utf8String^ right
)
static let inline (=)
left : Utf8String *
right : Utf8String : bool
Parameters
- left
- Type: Ookii.Jumbo.IOUtf8String
A Utf8String or . - right
- Type: Ookii.Jumbo.IOUtf8String
A Utf8String or .
Return Value
Type:
Boolean if the value of
left is equal to
right; otherwise,
.
See Also