[This is preliminary documentation and is subject to change.]
Returns a value indicating whether this instance is equal to a specified object
| C# | Visual Basic | Visual C++ |
public override bool Equals( Object obj )
Public Overrides Function Equals ( _ obj As Object _ ) As Boolean
public: virtual bool Equals( Object^ obj ) override
- obj (Object)
- An Object to compare with this instance, or a nullNothingnullptr reference.
trueTruetrue if other is an instance of Tag and equals the value of this instance; otherwise, falseFalsefalse.