ParagraphStyle.Equals

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectThe object.

Return Value

The Boolean.

See Also


Equals(ParagraphStyle)

Determines whether the specified object is equal to the current object.

public bool Equals(ParagraphStyle other)
ParameterTypeDescription
otherParagraphStyleThe object.

Return Value

The Boolean.

See Also