fBaseXtensions.FunkyBaseExtension.Equals C# (CSharp) Method

Equals() public method

public Equals ( IPlugin other ) : bool
other IPlugin
return bool
        public bool Equals(IPlugin other)
        {
            return (other.Name == Name) && (other.Version == Version);
        }