AdvancedLauncher.SDK.Tools.Thickness.Equals C# (CSharp) Method

Equals() public method

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
return bool
        public bool Equals(Thickness thickness)
        {
            return (this == thickness);
        }

Same methods

Thickness::Equals ( object obj ) : bool