ClassCodeLanguage
Represents the programming language used in the code block.
Definition
Namespace:Telerik.Windows.Documents.Model.Code
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class CodeLanguage : IEquatable<CodeLanguage>
Inheritance: objectCodeLanguage
Implements:
Constructors
Properties
Methods
Equals(CodeLanguage)
Compares the current instance of the CodeLanguage class with another CodeLanguage object.
Declaration
public bool Equals(CodeLanguage other)
Parameters
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
Equals(object)
Compares the current instance with a specified object for equality.
GetHashCode()
Returns a hash code for the current instance of the CodeLanguage class.
Declaration
public override int GetHashCode()
Returns
A 32-bit signed integer that is the hash code for the current CodeLanguage object.
Overrides