Kimono.KDateTime.Spec.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
            public static bool operator !=(Spec lhs, KDateTime.Spec other)
            {
                return !(bool) staticInterceptor.Invoke("operator==#", "operator==(const KDateTime::Spec&) const", typeof(bool), typeof(Spec), lhs, typeof(KDateTime.Spec), other);
            }