Equals

Equals(IDocumentFormat)

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

public bool Equals(IDocumentFormat other)
Parameter Type Description
other IDocumentFormat The IDocumentFormat instance to compare with the current instance.

Return Value

true if the specified IDocumentFormat is equal to the current instance; otherwise, false.

See Also


Equals(object)

Determines whether this instance is equal to the specified DocumentFormatBase instance.

public override bool Equals(object obj)
Parameter Type Description
obj Object The DocumentFormatBase instance to compare with the current instance.

Return Value

true if the specified DocumentFormatBase is equal to the current instance; otherwise, false.

See Also