IVariant Interface¶
- Namespace
ampl
- Assemblies
- AMPL
Methods¶
-
Compare
(ampl.Variant, ampl.Variant)¶ Return type: System.Int32 int Compare(Variant x, Variant y)
-
CompareTo
(System.Object)¶ Return type: System.Int32 int CompareTo(object obj)
-
Dispose
()¶ void Dispose()
-
Equals
(System.Object)¶ Return type: System.Boolean bool Equals(object other)
-
GetHashCode
()¶ Return type: System.Int32 int GetHashCode()
-
ToString
()¶ Return type: System.String string ToString()
-