Compares this Windows.UI.Xaml.Thickness structure to another System.Object for equality.
            
            
            
            
            
            
            
            '宣言
 
Public Overloads Overrides Function Equals( _
   ByVal  As Object _
) As Boolean
             
        
            
            public override bool Equals( 
   object 
)
             
        
             
        
            パラメータ
- obj
 
- The object to compare.
 
            
            戻り値の型
true if the two objects are equal; otherwise, false.