Click or drag to resize

PropertyLimitLinesEquals Method

Checks if Limit Line is the same as another Limit Line

Namespace: AxiomCore2.ControlProperties.BarChart
Assembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntax
C#
public bool Equals(
	PropertyLimitLines other
)

Parameters

other  PropertyLimitLines
Limit Line to compare with

Return Value

Boolean

Implements

IEquatableTEquals(T)
See Also