Animaonline Weather API Documentation

Geonames.Equals Method 

Indicates whether this instance and a specified object are equal.

[Visual Basic]
Overrides Public Function Equals( _
   ByVal obj As Object _
) As Boolean
[C#]
public override bool Equals(
   Object obj
);

Parameters

obj
Another object to compare to.

Return Value

true if obj and this instance are the same type and represent the same value; otherwise, false.

See Also

Geonames Class | Animaonline.GeoServices Namespace