'Declaration <DescriptionAttribute("Indicates whether matrix is identity.")> Public ReadOnly Property IsIdentity As Boolean
[Description("Indicates whether matrix is identity.")] public bool IsIdentity { get; }
[Description("Indicates whether matrix is identity.")] public: __property bool get_IsIdentity();
[Description("Indicates whether matrix is identity.")] public:
property bool IsIdentity { bool get(); }