AdvancedLauncher.SDK.Tools.Thickness.Equals C# (CSharp) Méthode

Equals() public méthode

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

Same methods

Thickness::Equals ( object obj ) : bool