public bool IsSameObjectRef(ProgElements.IObjectIdentity objectIdentity)
        {
            ICustomObject cp = objectIdentity as ICustomObject;

            if (cp != null)
            {
                return(cp.WholeId == this.WholeId);
            }
            return(false);
        }
 public bool IsSameObjectRef(ProgElements.IObjectIdentity objectIdentity)
 {
     return(objectIdentity is NoAction);
 }
 public bool IsSameObjectRef(ProgElements.IObjectIdentity objectIdentity)
 {
     throw new NotImplementedException();
 }