ATMLModelLibrary.model.equipment.Controller.ShouldSerializeOperatingSystems C# (CSharp) Method

ShouldSerializeOperatingSystems() public method

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