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;
        }