Method CompareTo
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
CompareTo(Schema)
Compares this schema to another by name for ordering purposes.
public int CompareTo(Schema other)
Parameters
otherSchemaThe schema to compare with.
Returns
- int
A negative number, zero, or a positive number depending on whether this schema's name sorts before, equal to, or after
other's name.