<Code Lib>
2021 Method
Changes 1
M

ThermalAsset.EqualsThermalOnly

Description:
Determines whether this thermal asset is equal to another, but ignore data from base class.

public bool EqualsThermalOnly(
	ThermalAsset other
)

Return Value bool True if the given thermal asset is equal to this one, otherwise false.

Loading…