fBaseXtensions.FunkyBaseExtension.Equals C# (CSharp) Méthode

Equals() public méthode

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