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

CharacterBufferReference(Char*, Int32)

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

CharacterBufferReference(Char[], Int32)

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

CharacterBufferReference(String, Int32)

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

Methods

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

Equality(CharacterBufferReference, CharacterBufferReference)

Compare two CharacterBufferReference strings for equality.

Inequality(CharacterBufferReference, CharacterBufferReference)

Compare two CharacterBufferReference strings for inequality.

Applies to

See also