contentEquals Function

external fun contentEquals(text: String): Boolean

Internal purpose only! Fast compare text only without whitespaces.

Return

true if texts are equals.

Parameters

  • text — to compare
Top