Sage.Integration.Northwind.Adapter.Services.CommodityIdentity.IsEmpty C# (CSharp) Method

IsEmpty() public method

public IsEmpty ( ) : bool
return bool
        public bool IsEmpty()
        {
            return (null == _commodityId);
        }