Detector.Motion.AnimationHandeler.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
        public static bool operator !=(AnimationHandeler a, AnimationHandeler b)
        {
            return a.Obj != b.Obj;
        }