Ejemplo n.º 1
0
        public override bool Equals(object obj)
        {
            var target = obj as Function;

            if (target == null)
            {
                return(false);
            }
            return(FunctionId.Equals(target.FunctionId));
        }