TableLayoutPanelCellPosition.Inequality 操作员     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
比较两个 TableLayoutPanelCellPosition 对象。 此结果指定两个 Row 对象的 Column 和 TableLayoutPanelCellPosition 属性的值是否相等。
public:
 static bool operator !=(System::Windows::Forms::TableLayoutPanelCellPosition p1, System::Windows::Forms::TableLayoutPanelCellPosition p2);public static bool operator !=(System.Windows.Forms.TableLayoutPanelCellPosition p1, System.Windows.Forms.TableLayoutPanelCellPosition p2);static member op_Inequality : System.Windows.Forms.TableLayoutPanelCellPosition * System.Windows.Forms.TableLayoutPanelCellPosition -> boolPublic Shared Operator != (p1 As TableLayoutPanelCellPosition, p2 As TableLayoutPanelCellPosition) As Boolean参数
返回
如果 p1 和 p2 不相同,则为 true;否则为 false。
注解
此运算符的等效方法是 的求反 TableLayoutPanelCellPosition.Equals。