FamilyTypeface.Equals 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
比較兩個字型系列字樣是否相等。
多載
Equals(Object) |
比較兩個字型系列字樣是否相等。 |
Equals(FamilyTypeface) |
比較兩個字型系列字樣是否相等。 |
Equals(Object)
Equals(FamilyTypeface)
比較兩個字型系列字樣是否相等。
public:
bool Equals(System::Windows::Media::FamilyTypeface ^ typeface);
public bool Equals (System.Windows.Media.FamilyTypeface typeface);
override this.Equals : System.Windows.Media.FamilyTypeface -> bool
Public Function Equals (typeface As FamilyTypeface) As Boolean
參數
- typeface
- FamilyTypeface
要比較的 FamilyTypeface 值。
傳回
如果 typeface
不是 null 且擁有與這個字型系列字樣相同的屬性則為 true
,否則為 false
。