Edit

Share via


CharacterBufferReference Struct

Definition

Describes a character buffer for a text run.

public value class CharacterBufferReference : IEquatable<System::Windows::Media::TextFormatting::CharacterBufferReference>
public struct CharacterBufferReference : IEquatable<System.Windows.Media.TextFormatting.CharacterBufferReference>
type CharacterBufferReference = struct
Public Structure CharacterBufferReference
Implements IEquatable(Of CharacterBufferReference)
Inheritance
CharacterBufferReference
Implements

Constructors

Name Description
CharacterBufferReference(Char[], Int32)

Initializes a new instance of the CharacterBufferReference structure using a specified character array.

CharacterBufferReference(Char*, Int32)

Initializes a new instance of the CharacterBufferReference structure using a specified unsafe character string.

CharacterBufferReference(String, Int32)

Initializes a new instance of the CharacterBufferReference structure using a specified character string.

Methods

Name Description
Equals(CharacterBufferReference)

Determines whether the CharacterBufferReference is equal to the current CharacterBufferReference object.

Equals(Object)

Determines whether the specified object is equal to the current CharacterBufferReference object.

GetHashCode()

Serves as a hash function for CharacterBufferReference. It is suitable for use in hashing algorithms and data structures such as a hash table.

Operators

Name Description
Equality(CharacterBufferReference, CharacterBufferReference)

Compare two CharacterBufferReference strings for equality.

Inequality(CharacterBufferReference, CharacterBufferReference)

Compare two CharacterBufferReference strings for inequality.

Applies to

See also