class Comparison<T>
Represents the method that compares two objects of the same type.
xThe first object to compare.yThe second object to compare.TThe type of the objects to compare.- Returns A signed integer that indicates the relative values of and , as shown in the following table. Value Meaning Less than 0 is less than . 0 equals . Greater than 0 is greater than .
public int Invoke( T x, T y )
😔 No documentation found.
public IAsyncResult BeginInvoke( T x, T y, AsyncCallback callback, object object )
😔 No documentation found.
public int EndInvoke( IAsyncResult result )
😔 No documentation found.
public void GetObjectData( SerializationInfo info, StreamingContext context )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public Delegate[] GetInvocationList( )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public object Target { get; }
😔 No documentation found.
public object Clone( )
😔 No documentation found.
public bool get_HasSingleTarget( )
😔 No documentation found.
public object DynamicInvoke( object[] args )
😔 No documentation found.
public MethodInfo Method { get; }
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public Comparison<T>( object object, IntPtr method )
😔 No documentation found.