TemplateBinder.RoutePartsEqual(Object, Object) Method

Definition

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.

Applies to