SensorbergSDK.Internal.Transport.ResolvedAction.operator C# (CSharp) Méthode

operator() public static méthode

public static operator ( ) : bool
Résultat bool
        public static bool operator ==(ResolvedAction left, ResolvedAction right)
        {
            return Equals(left, right);
        }