Click or drag to resize

DataTemplateManagerRoleEquals Method

Compares two roles.

Namespace:  TomsToolbox.Wpf.Composition
Assembly:  TomsToolbox.Wpf.Composition (in TomsToolbox.Wpf.Composition.dll)
Syntax
public static bool RoleEquals(
	Object? left,
	Object? right
)

Parameters

left
Type: SystemObject
The left role.
right
Type: SystemObject
The right role.

Return Value

Type: Boolean
True it both objects are equal.
See Also