Gets a value indicating whether this Vector object is indentity vector.
            
            
            
            
            
            
            
            '宣言
 
Public ReadOnly Property IsIdentity As System.Boolean
             
        
            
            public System.bool IsIdentity {get;}
             
        
             
        
            
            
            プロパティ値
If this Vector object is indentity vector, return 
true, otherwise, return 
false.