ATMLModelLibrary.model.equipment.TestEquipmentInstance.ShouldSerializeSubSystemCalibration C# (CSharp) Method

ShouldSerializeSubSystemCalibration() public method

Test whether SubSystemCalibration should be serialized
public ShouldSerializeSubSystemCalibration ( ) : bool
return bool
        public virtual bool ShouldSerializeSubSystemCalibration()
        {
            return SubSystemCalibration != null && SubSystemCalibration.Count > 0;
        }