Skip to content

M_Ekstrand_Encryption_Ciphers_EndPointPair_2_CompareTo

Fred Ekstrand edited this page Aug 5, 2020 · 1 revision

EndPointPair(T1, T2).CompareTo Method (Object)

An object to compare with this instance.

Namespace: Ekstrand.Encryption.Ciphers
Assembly: EnigmaBinaryCipher (in EnigmaBinaryCipher.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public int CompareTo(
	Object obj
)

VB

Public Function CompareTo ( 
	obj As Object
) As Integer

C++

public:
int CompareTo(
	Object^ obj
)

F#

member CompareTo : 
        obj : Object -> int 

Parameters

 

obj
Type: System.Object
The object.

Return Value

Type: Int32
Returns -1 if less than or null, 0 if equal or 1 if greater than.

See Also

Reference

EndPointPair(T1, T2) Class
CompareTo Overload
Ekstrand.Encryption.Ciphers Namespace

Clone this wiki locally