MonobjcMonobjc Documented Class Library
IsEqualToRange Method (otherRange)
NamespacesMonobjc.CorePlotCPPlotRangeIsEqualToRange(CPPlotRange)

Original signature is '- (BOOL)isEqualToRange:(CPPlotRange *)otherRange;'

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool IsEqualToRange(
	CPPlotRange otherRange
)
Public Overridable Function IsEqualToRange ( _
	otherRange As CPPlotRange _
) As Boolean
public:
virtual bool IsEqualToRange(
	CPPlotRange^ otherRange
)
Parameters
otherRange (CPPlotRange)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.CorePlot.CPPlotRange.IsEqualToRange(Monobjc.CorePlot.CPPlotRange)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.CorePlot (Module: Monobjc.CorePlot)