Click or drag to resize
CoronaBoxedStringEquals Method (Utf8String)
Determines if this string matches the given UTF-8 string.

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public bool Equals(
	Utf8String value
)

Parameters

value
Type: CoronaLabs.WinRTUtf8String
The UTF-8 string to compare with.

Return Value

Type: Boolean

Returns true if the given strings exactly match.

Returns false if not or if given null.

See Also