public class CompositeChar extends com.aspose.ms.lang.Struct<CompositeChar>
| Modifier and Type | Field and Description |
|---|---|
char |
Character |
byte |
FirstByte |
byte |
SecondByte |
| Constructor and Description |
|---|
CompositeChar() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
CompositeChar |
Clone() |
void |
CloneTo(CompositeChar that) |
static boolean |
equals(CompositeChar obj1,
CompositeChar obj2) |
boolean |
equals(Object obj) |
public byte FirstByte
public byte SecondByte
public char Character
public void CloneTo(CompositeChar that)
CloneTo in class com.aspose.ms.System.ValueType<CompositeChar>public CompositeChar Clone()
Clone in class com.aspose.ms.System.ValueType<CompositeChar>public static boolean equals(CompositeChar obj1, CompositeChar obj2)
Copyright © 2016 Aspose. All Rights Reserved.