Determines whether the specified 
Vector2is equal to this instance.
 
            
            
            
            
            
            
            
            '宣言
 
Public Overloads Function Equals( _
   ByVal  As Vector2 _
) As System.Boolean
             
        
            
            public System.bool Equals( 
   Vector2 
)
             
        
             
        
            パラメータ
- other
 
- The Vector2to compare with this instance.
 
            
            戻り値の型
trueif the specified 
Vector2is equal to this instance; otherwise, 
false.