Click or drag to resize

LocationDataResponseEquals Method

Returns true if obj is a LocationDataResponse with equal values for everything apart from the Metadata (which is not considered in the equality test).

Namespace: DegreeDays.Api.Data
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The object to compare with this instance.

Return Value

Boolean
true if obj is equal to this instance; false otherwise.
See Also