StructContainerTypeIdentifier
Struct
Definition
Namespace:Telerik.Windows.Rendering.Virtualization
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
cs-api-definition
public struct ContainerTypeIdentifier : IEquatable<ContainerTypeIdentifier>
Implements:
Inherited Members
Properties
Methods
Create()
Declaration
cs-api-definition
public UIElement Create()
Returns
UIElement
Equals(ContainerTypeIdentifier)
Declaration
cs-api-definition
public bool Equals(ContainerTypeIdentifier other)
Parameters
other
Returns
Implements
FromType<TContainer>()
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1004:GenericMethodsShouldProvideTypeParameter")]
public static ContainerTypeIdentifier FromType<TContainer>() where TContainer : UIElement, new()
Returns
Operators
operator !=(ContainerTypeIdentifier, ContainerTypeIdentifier)
Declaration
cs-api-definition
public static bool operator !=(ContainerTypeIdentifier left, ContainerTypeIdentifier right)
Parameters
left
right
Returns
operator ==(ContainerTypeIdentifier, ContainerTypeIdentifier)
Declaration
cs-api-definition
public static bool operator ==(ContainerTypeIdentifier left, ContainerTypeIdentifier right)
Parameters
left
right
Returns