ClassRulerScaleItem
Class
Represents the data model for item in the RadDiagramRuler.
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Extensions
Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax:
cs-api-definition
public class RulerScaleItem : IEquatable<RulerScaleItem>
Inheritance: objectRulerScaleItem
Implements:
Methods
Equals(RulerScaleItem)
Indicates whether the current object is equal to another object of the same type.
Declaration
cs-api-definition
public bool Equals(RulerScaleItem other)
Parameters
other
An object to compare with this object.
Returns
True if the current object is equal to the other parameter; otherwise, false.
Implements
Equals(object)
Determines whether the specified object is equal to this instance.
GetHashCode()
Returns a hash code for this instance.
Declaration
cs-api-definition
public override int GetHashCode()
Returns
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides