Implements the operator ==.
| C# | Visual Basic | Visual C++ |
public static bool operator ==( Identifier a, Identifier b )
Public Shared Operator = ( _ a As Identifier, _ b As Identifier _ ) As Boolean
public: static bool operator ==( Identifier^ a, Identifier^ b )
- a (Identifier)
- A.
- b (Identifier)
- The b.
The result of the operator.