IVariantRef Interface¶
- Namespace
- Assemblies
AMPL
Syntax¶
public interface IVariantRef
- interface ampl.IVariantRef
Methods¶
- Compare(ampl.VariantRef, ampl.VariantRef)¶
- Return type
System.Int32
int Compare(VariantRef x, VariantRef 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()