Prompt.Equality(Prompt, Prompt) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Operator overload to check equality
public static bool operator == (Microsoft.Identity.Client.Prompt x, Microsoft.Identity.Client.Prompt y);
static member ( = ) : Microsoft.Identity.Client.Prompt * Microsoft.Identity.Client.Prompt -> bool
Public Shared Operator == (x As Prompt, y As Prompt) As Boolean
Parameters
- x
- Prompt
first value
- y
- Prompt
second value
Returns
true if the objects are equal