MonobjcMonobjc Documented Class Library
IsLessThanOrEqualTo Method (object)
NamespacesMonobjc.FoundationINSComparisonMethodsIsLessThanOrEqualTo(Id)

Returns a Boolean value that indicates whether the receiver is less than or equal to another given object.

Original signature is '- (BOOL)isLessThanOrEqualTo:(id)object'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
bool IsLessThanOrEqualTo(
	Id object
)
Function IsLessThanOrEqualTo ( _
	object As Id _
) As Boolean
bool IsLessThanOrEqualTo(
	Id^ object
)
Parameters
object (Id)
The object with which to compare the receiver.
Return Value
YES if the receiver is less than or equal to object, otherwise NO.
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.Foundation (Module: Monobjc.Foundation)