ATMLModelLibrary.model.equipment.PhysicalCharacteristics.ShouldSerializeOther C# (CSharp) Method

ShouldSerializeOther() public method

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