Struct
ContainerTypeIdentifier

Definition

Namespace:Telerik.Windows.Rendering.Virtualization

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

cs-api-definition
public struct ContainerTypeIdentifier : IEquatable<ContainerTypeIdentifier>

Implements: IEquatable<ContainerTypeIdentifier>

Inherited Members ValueType.ToString()

Properties

Type

Declaration

cs-api-definition
public Type Type { get; set; }

Property Value

Type

Methods

Create()

Declaration

cs-api-definition
public UIElement Create()

Returns

UIElement

Equals(ContainerTypeIdentifier)

Declaration

cs-api-definition
public bool Equals(ContainerTypeIdentifier other)

Parameters

other

ContainerTypeIdentifier

Returns

bool

Implements IEquatable<ContainerTypeIdentifier>.Equals(ContainerTypeIdentifier)

Equals(object)

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides ValueType.Equals(object)

FromType<TContainer>()

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1004:GenericMethodsShouldProvideTypeParameter")]
public static ContainerTypeIdentifier FromType<TContainer>() where TContainer : UIElement, new()

Returns

ContainerTypeIdentifier

GetHashCode()

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides ValueType.GetHashCode()

Operators

operator !=(ContainerTypeIdentifier, ContainerTypeIdentifier)

Declaration

cs-api-definition
public static bool operator !=(ContainerTypeIdentifier left, ContainerTypeIdentifier right)

Parameters

left

ContainerTypeIdentifier

right

ContainerTypeIdentifier

Returns

bool

operator ==(ContainerTypeIdentifier, ContainerTypeIdentifier)

Declaration

cs-api-definition
public static bool operator ==(ContainerTypeIdentifier left, ContainerTypeIdentifier right)

Parameters

left

ContainerTypeIdentifier

right

ContainerTypeIdentifier

Returns

bool