Equals

Equals(SpreadsheetFormats)

Determines whether this instance is equal to the other specified SpreadsheetFormats instance

public bool Equals(SpreadsheetFormats other)
Parameter Type Description
other SpreadsheetFormats Other SpreadsheetFormats instance, that should be checked on equality with this

Return Value

True if are equal, false if are unequal

See Also


Equals(IDocumentFormat)

Determines whether this instance is equal to the other specified IDocumentFormat instance

public bool Equals(IDocumentFormat other)
Parameter Type Description
other IDocumentFormat Other IDocumentFormat instance. If it is not a SpreadsheetFormats, method will return ‘false’

Return Value

True if are equal, false if are unequal

See Also


Equals(object)

Determines whether this instance is equal to the other specified object, that is presumably of boxed SpreadsheetFormats

public override bool Equals(object obj)
Parameter Type Description
obj Object Other boxed SpreadsheetFormats instance

Return Value

True if are equal, false if are unequal

See Also