Compares two strings to confirm that they are not 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 false.
- If both properties are null, then returns boolean of false.
- If only one property is null, then returns a boolean of true.
Comments
0 comments
Please sign in to leave a comment.