Click or drag to resize
Virtual Care GeoCoordinateEquals Method (Object)

[This is preliminary documentation and is subject to change.]

Determines whether the specified Object, is equal to this instance.

Namespace: SnapMD.VirtualCare.ApiModels.Rules
Assembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The Object to compare with this instance.

Return Value

Type: Boolean
true if the specified Object is equal to this instance; otherwise, false.
See Also