CodeLanguage
Class
Represents the programming language used in the code block.
Definition
Namespace:Telerik.Windows.Documents.Model.Code
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class CodeLanguage : IEquatable<CodeLanguage>
Inheritance: objectCodeLanguage
Implements:
Constructors
Properties
Methods
Compares the current instance of the CodeLanguage class with another CodeLanguage object.
C#
public bool Equals(CodeLanguage other)
The CodeLanguage object to compare with the current instance.
Returns:Returns true if the specified CodeLanguage is equal to the current CodeLanguage instance; otherwise, false.
Implements:
Returns a hash code for the current instance of the CodeLanguage class.
C#
public override int GetHashCode()
A 32-bit signed integer that is the hash code for the current CodeLanguage object.
Overrides: