PagePorter Class Library

NavigationPage.Equals Method (NavigationPage, NavigationPage)

Determines whether two specified NavigationPage objects have the same value.

[Visual Basic]
Overloads Public Shared Function Equals( _
   ByVal a As NavigationPage, _
   ByVal b As NavigationPage _
) As Boolean
[C#]
public static bool Equals(
   NavigationPage a,
   NavigationPage b
);

Parameters

a
A NavigationPage or a null reference (Nothing in Visual Basic).
b
A NavigationPage or a null reference (Nothing in Visual Basic).

Return Value

true if the value of a is the same as the value of b; otherwise, false.

See Also

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