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

equals() public static méthode

public static equals ( object self, object x ) : bool
self object
x object
Résultat bool
        public static bool equals(object self, object x)
        {
            return self.Equals(x);
        }