1Builtins.equalStr(3kaya) Kaya module reference Builtins.equalStr(3kaya)
2
3
4
6 Builtins::equalStr - Equality check for (Tainted) Strings
7
9 Bool equalStr( String x, String y )
10
12 x A (Tainted) string
13
14 y A (Tainted) string
15
17 Check two strings for equality, returning true if they are equal and
18 false otherwise.
19
20 Either parameter to this function may be a tainted string
21
23 Kaya standard library by Edwin Brady, Chris Morris and others
24 (kaya@kayalang.org). For further information see http://kayalang.org/
25
27 The Kaya standard library is free software; you can redistribute it
28 and/or modify it under the terms of the GNU Lesser General Public
29 License (version 2.1 or any later version) as published by the Free
30 Software Foundation.
31
33 Builtins.equal (3kaya)
34
35
36
37Kaya December 2010 Builtins.equalStr(3kaya)