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

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

Parameters

value
Type: SystemString
The UTF-16 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