ClassClassificationType
Represents the classification type of a code element in the Telerik document model.
Definition
Namespace:Telerik.Windows.Documents.Model.Code
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class ClassificationType : IEquatable<ClassificationType>
Inheritance: objectClassificationType
Implements:
Constructors
Properties
Methods
Equals(ClassificationType)
Determines whether the specified ClassificationType is equal to the current instance.
Declaration
public bool Equals(ClassificationType other)
Parameters
other
The ClassificationType to compare with the current instance.
Returns
true if the specified ClassificationType is equal to the current instance; otherwise, false.
Implements
Equals(object)
Determines whether the specified object is equal to the current instance of the ClassificationType.
GetHashCode()
Retrieves the hash code for the current instance of the ClassificationType class.
Declaration
public override int GetHashCode()
Returns
An integer that represents the hash code for the current instance.
Overrides