ATMLModelLibrary.model.equipment.TestStationDescription.ShouldSerializeInstruments C# (CSharp) Méthode

ShouldSerializeInstruments() public méthode

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