Click or drag to resize

TemperatureHumidityPairEquals Method

Confirm the given obect is equivalent to this object

Namespace:  WeatherSystem
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare

Return Value

Type: Boolean
True if equivalent, false otherwise
See Also