| GeoCoordinateRectangleEquals(Object) Method |
This is preliminary documentation and is subject to change.
Indicates whether this instance and a specified object are equal.
Namespace: WikiClientLibraryAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public override bool Equals(
Object? obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Dim instance As GeoCoordinateRectangle
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Parameters
- obj Object
- The object to compare with the current instance.
Return Value
Boolean if
obj and this instance are the same type and represent the same value; otherwise,
.
See Also