Determines whether two conditions are guaranteed to evaluate equally.
Synopsis
Return Value
true if both are guaranteed to return the same value, false if they may differ.
Parameters
Name |
Description |
a |
The first condition, or null for a |
b |
The second condition, or null for a |
Created with MrDocs