Click or drag to resize

SingleBorderEquals(SingleBorder) Method

Determines whether the other  SingleBorder is equal to this SingleBorder instance.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public bool Equals(
	SingleBorder other
)

Parameters

other  SingleBorder
The other border to compare with this border instance.

Return Value

Boolean
true if the other  SingleBorder is equal to this SingleBorder instance; otherwise, false.

Implements

IEquatableTEquals(T)
See Also