Mono.Zeroconf.Providers.Bonjour.ServiceRef.operator C# (CSharp) Method

operator() public static method

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