PagePorter Class Library

NavigationPage.Equals Method

Determines whether two NavigationPage objects have the same value.

Overload List

Determines whether this instance and a specified NavigationPage have the same value.

public bool Equals(NavigationPage);

Determines whether two specified NavigationPage objects have the same value.

public static bool Equals(NavigationPage,NavigationPage);

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

public override bool Equals(object);

See Also

NavigationPage Class | Parastream.Web.MsFrontPage Namespace