TemplateBinder.RoutePartsEqual(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares two objects for equality as parts of a case-insensitive path.
public:
static bool RoutePartsEqual(System::Object ^ a, System::Object ^ b);
public static bool RoutePartsEqual (object a, object b);
public static bool RoutePartsEqual (object? a, object? b);
static member RoutePartsEqual : obj * obj -> bool
Public Shared Function RoutePartsEqual (a As Object, b As Object) As Boolean
Parameters
- a
- Object
An object to compare.
- b
- Object
An object to compare.
Returns
True if the object are equal, otherwise false.