Compares two strings to see if they are equal, and returns a boolean result.
Property | Type | Description |
---|---|---|
Boolean1 | Boolean | First Boolean. |
Boolean2 | Boolean | Second Boolean. |
- If both properties are equal, then returns boolean of true.
- If both properties are null, then returns boolean of true.
- If only one property is null, then returns a boolean of false.
Comments
0 comments
Please sign in to leave a comment.