ATMLModelLibrary.model.equipment.TestStationDescription.ShouldSerializeInstruments C# (CSharp) Method

ShouldSerializeInstruments() public method

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