Custom elements are equal if they have the same local name.
Namespace:
Google.GData.Spreadsheets
Assembly:
Google.GData.Spreadsheets (in Google.GData.Spreadsheets.dll)
Version: 1.4.0.2
Syntax
| C# |
|---|
public override bool Equals( Object value ) |
| Visual Basic (Declaration) |
|---|
Public Overrides Function Equals ( _ value As Object _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool Equals( Object^ value ) override |
Parameters
- value
- Type: System..::.Object
The custom element to compare against.