







|
| Google Translate API Documentation |
| Enumeration..::.Equals Method |
| Enumeration Class See Also Send Feedback |
Determines whether the specified Object is equal to this instance.
Namespace:
Google.API
Assembly:
GoogleTranslateAPI (in GoogleTranslateAPI.dll) Version: 0.3.1.107 (0.3.1.107)
Syntax
| C# |
|---|
public override bool Equals( Object obj ) |
| Visual Basic (Declaration) |
|---|
Public Overrides Function Equals ( _ obj As Object _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool Equals( Object^ obj ) override |
Parameters
- obj
- Type: System..::.Object
The Object to compare with this instance.
Return Value
true if the specified Object is equal to this instance; otherwise, false.
Exceptions
| Exception | Condition |
|---|---|
| System..::.NullReferenceException | The obj parameter is null. |
