RibbonControlLength.Equals 方法 (RibbonControlLength)

确定指定的 RibbonControlLength 是否等于当前的 RibbonControlLength

命名空间:  Microsoft.Windows.Controls.Ribbon
程序集:  RibbonControlsLibrary(在 RibbonControlsLibrary.dll 中)

语法

声明
Public Function Equals ( _
    other As RibbonControlLength _
) As Boolean
public bool Equals(
    RibbonControlLength other
)
public:
virtual bool Equals(
    RibbonControlLength other
) sealed
abstract Equals : 
        other:RibbonControlLength -> bool 
override Equals : 
        other:RibbonControlLength -> bool 
public final function Equals(
    other : RibbonControlLength
) : boolean

参数

返回值

类型:System.Boolean
如果指定的对象是值和大小调整模式与当前 RibbonControlLength 相同的 RibbonControlLength,则为 true;否则为 false。

实现

IEquatable<T>.Equals(T)

.NET Framework 安全性

请参见

参考

RibbonControlLength 结构

Equals 重载

Microsoft.Windows.Controls.Ribbon 命名空间