Class RulerScaleItem
Represents the data model for item in the RadDiagramRuler.
Inheritance
Namespace: Telerik.Windows.Controls.Diagrams.Extensions
Assembly: Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax
public class RulerScaleItem : Object, IEquatable<RulerScaleItem>
Methods
Equals(Object)
Determines whether the specified System.Object is equal to this instance.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
The System.Object to compare with this instance. |
Returns
System.Boolean
|
Equals(RulerScaleItem)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(RulerScaleItem other)
Parameters
RulerScaleItem
other
An object to compare with this object. |
Returns
System.Boolean
True if the current object is equal to the |
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
System.Int32
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |