boolean |
BaselineCollection.add(Baseline item) |
This is the stub implementation of ICollection's Add method, that only throws NotSupportedException
|
int |
Baseline.compareTo(Baseline other) |
IComparable interface implementation.
|
boolean |
Baseline.equals(Baseline other) |
Returns a value indicating whether this instance is equal to a specified object.
|
static boolean |
Baseline.op_Equality(Baseline a,
Baseline b) |
Returns a value indicating whether this instance is equal to a specified object.
|
static boolean |
Baseline.op_GreaterThan(Baseline a,
Baseline b) |
Returns a value indicating whether this instance is greater than a specified object.
|
static boolean |
Baseline.op_GreaterThanOrEqual(Baseline a,
Baseline b) |
Returns a value indicating whether this instance is greater than or equal to a specified object.
|
static boolean |
Baseline.op_Inequality(Baseline a,
Baseline b) |
Returns a value indicating whether this instance is not equal to a specified object.
|
static boolean |
Baseline.op_LessThan(Baseline a,
Baseline b) |
Returns a value indicating whether this instance is less than a specified object.
|
static boolean |
Baseline.op_LessThanOrEqual(Baseline a,
Baseline b) |
Returns a value indicating whether this instance is less than or equal to a specified object.
|