TimeConstantComparerIsEqual Method |
Checks two strings for equality without leaking timing information.
Namespace:
Intuit.Ipp.OAuth2PlatformClient
Assembly:
Intuit.Ipp.OAuth2PlatformClient (in Intuit.Ipp.OAuth2PlatformClient.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic static bool IsEqual(
string s1,
string s2
)
Parameters
- s1
- Type: SystemString
string 1. - s2
- Type: SystemString
string 2.
Return Value
Type:
Booleantrue if the specified strings are equal; otherwise,
false.
See Also