AdvancedLauncher.SDK.Tools.Thickness.Equals C# (CSharp) Метод

Equals() публичный Метод

Determines whether this instance and another specified Thickness are the same
public Equals ( Thickness thickness ) : bool
thickness Thickness The object to compare to this instance
Результат bool
        public bool Equals(Thickness thickness)
        {
            return (this == thickness);
        }

Same methods

Thickness::Equals ( object obj ) : bool