Click or drag to resize

RoleBasedDataTemplateKeyEquals Method (Object)

Determines whether the specified Object, is equal to this instance.

Namespace:  TomsToolbox.Wpf.Composition
Assembly:  TomsToolbox.Wpf.Composition (in TomsToolbox.Wpf.Composition.dll)
Syntax
public override bool Equals(
	Object? o
)

Parameters

o
Type: SystemObject
The Object to compare with this instance.

Return Value

Type: Boolean
true if the specified Object is equal to this instance; otherwise, false.
See Also