Class
RulerScaleItem

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: IEquatable<RulerScaleItem>

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

RulerScaleItem

An object to compare with this object.

Returns

bool

True if the current object is equal to the other parameter; otherwise, false.

Implements IEquatable<RulerScaleItem>.Equals(RulerScaleItem)

Equals(object)

Determines whether the specified object is equal to this instance.

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

The object to compare with this instance.

Returns

bool

true if the specified object is equal to this instance; otherwise, false.

Overrides object.Equals(object)

GetHashCode()

Returns a hash code for this instance.

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

Overrides object.GetHashCode()