Fan.Sys.Service_.equals C# (CSharp) Méthode

equals() public static méthode

public static equals ( Service self, object that ) : bool
self Service
that object
Résultat bool
        public static bool equals(Service self, object that)
        {
            return self == that;
        }