Skip to content

string_compare

Declaration

string_compare :: fn (first: string, second: string) bool

Description

Compare two strings and return true if they are same otherwise return false.

Arguments

  • first First string to be compared.
  • second Second string to be compared.

Result

Return true if the first is same as the second.

Declared in: string.bl