Equals() public method

public Equals ( object o ) : bool
o object
return bool
コード例 #1
0
 static new public int Equals(IntPtr l)
 {
     try {
         UnityEngine.AnimatorControllerParameter self = (UnityEngine.AnimatorControllerParameter)checkSelf(l);
         System.Object a1;
         checkType(l, 2, out a1);
         var ret = self.Equals(a1);
         pushValue(l, true);
         pushValue(l, ret);
         return(2);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }