op_Equality

FontWeight Equality operator

2 つの「FontWeight」値が等しいかどうかを確認します

public static bool operator ==(FontWeight first, FontWeight second)
パラメータ タイプ 説明
first FontWeight 最初に確認する値
second FontWeight 確認する 2 番目の値

戻り値

等しい場合は true、そうでない場合は false

関連項目