Fan.Sys.FanObj.equals C# (CSharp) Method

equals() public static method

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