Kimono.KDateTime.Spec.operator C# (CSharp) Méthode

operator() public static méthode

public static operator ( ) : bool
Résultat 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);
            }