Version

Equals Method (PageBreak)

Determines whether this PageBreak is equal to the specified object.
Syntax
public override bool Equals( 
   object obj
)

Parameters

obj
The object to test.

Return Value

True if the object is the same type as this PageBreak and has the same data; False otherwise.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also