StringComparer.equals

Indicates whether the two strings are equal.

class StringComparer
bool
equals
(
const(char)[] strA
,
const(char)[] strB
)

Parameters

strA const(char)[]

A string to compare to strB.

strB const(char)[]

A string to compare to strA.

Return Value

Type: bool

true if strA and strB are equal; otherwise, false.

Meta