ATMLModelLibrary.model.common.Operator.ShouldSerializeOtherData C# (CSharp) Method

ShouldSerializeOtherData() public method

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