TweakScale.ScaleType.Equals C# (CSharp) Method

Equals() protected method

protected Equals ( ScaleType other ) : bool
other ScaleType
return bool
        protected bool Equals(ScaleType other)
        {
            return string.Equals(Name, other.Name);
        }

Same methods

ScaleType::Equals ( object obj ) : bool