LocationInfoRequestEquals Method |
Two
LocationInfoRequest objects are equal if it can be
ascertained that they are specifying the same set(s) of data from the
same location (i.e. they hold equal
DataSpecs and
Location objects).
Namespace: DegreeDays.Api.DataAssembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj Object
- The object to compare with this instance.
Return Value
Booleantrue if
obj is equal to this instance;
false otherwise.
See Also