CharacterBufferReference Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Implements
Constructors
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
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. |