Equals

Equals(SpreadsheetFormats)

确定此实例是否等于其他指定的 SpreadsheetFormats instance

public bool Equals(SpreadsheetFormats other)
范围 类型 描述
other SpreadsheetFormats 其他 SpreadsheetFormats 实例,应检查是否与此实例相等

返回值

如果相等则为真,如果不相等则为假

也可以看看


Equals(IDocumentFormat)

判断这个实例是否等于另一个指定的IDocumentFormat instance

public bool Equals(IDocumentFormat other)
范围 类型 描述
other IDocumentFormat 其他 IDocumentFormat 实例。如果它不是 SpreadsheetFormats,方法将返回“false”

返回值

如果相等则为真,如果不相等则为假

也可以看看


Equals(object)

确定此实例是否等于其他指定对象,大概是装箱的 SpreadsheetFormats

public override bool Equals(object obj)
范围 类型 描述
obj Object 其他盒装 SpreadsheetFormats 实例

返回值

如果相等则为真,如果不相等则为假

也可以看看