public static int  obj_hash(long L)
 {
     Button.ButtonClickedEvent obj = FCGetObj.GetObj <Button.ButtonClickedEvent>(L);
     if (obj != null)
     {
         return(obj.GetHashCode());
     }
     return(0);
 }
Пример #2
0
        protected override int ComputeHashCode()
        {
            var hash = onClick.GetHashCode();

            return(hash);
        }