Collation.AreEqual MethodCollation.AreEqual MethodCollation::AreEqual Method
Parameters
- value1
- value2
Return Value
Type: System.BooleanSystem.BooleanSystem::Boolean
trueTruetrue if the two strings are equal; otherwise falseFalsefalse.
Exceptions
| Exception | Condition |
| ArgumentNullExceptionArgumentNullExceptionArgumentNullException |
value1 or value2 is null
a null reference (Nothing in Visual Basic)
nullptr.
|
