PagePorter Class Library

NavigationPage.Equals Method (Object)

Determines whether this instance of NavigationPage and a specified object, which must be a NavigationPage, have the same value.

[Visual Basic]
Overrides Overloads Public Function Equals( _
   ByVal obj As Object _
) As Boolean
[C#]
public override bool Equals(
   object obj
);

Parameters

obj
An Object.

Return Value

true if obj is a NavigationPage and its value is the same as this instance; otherwise, false.

See Also

NavigationPage Class | Parastream.Web.MsFrontPage Namespace | NavigationPage.Equals Overload List