ATMLModelLibrary.model.common.TestConfiguration.ShouldSerializeTestEquipment C# (CSharp) Method

ShouldSerializeTestEquipment() public method

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