FontUnit.Inequality(FontUnit, FontUnit) 연산자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
두 FontUnit 개체가 다른지 비교합니다.
public:
static bool operator !=(System::Web::UI::WebControls::FontUnit left, System::Web::UI::WebControls::FontUnit right);
public static bool operator != (System.Web.UI.WebControls.FontUnit left, System.Web.UI.WebControls.FontUnit right);
static member op_Inequality : System.Web.UI.WebControls.FontUnit * System.Web.UI.WebControls.FontUnit -> bool
Public Shared Operator != (left As FontUnit, right As FontUnit) As Boolean
매개 변수
반환
두 FontUnit 개체가 다르면 true
이고, 그렇지 않으면 false
입니다.
설명
개체가 FontUnit 서로 같지 않도록 하려면 각 개체에 속성 또는 속성에 대해 서로 다른 값이 Type Unit 있어야 합니다.
이 연산자에 대 한 해당 메서드는 FontUnit.Equals(Object)