Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
VAGSuite
GenericComparer
C# Class VAGSuite.GenericComparer
Author : Sree Krishna.S Email :
[email protected]
Please donot remove above comment. This class is used to compare any type(property) of a class. This class automatically fetches the type of the property and compares.
Inheritance:
IGenericComparer
Afficher le fichier
Open project: Blackfrosch/VAGEDCSuite
Class Usage Examples
Méthodes publiques
Méthode
Description
Compare
(
object
x
,
object
y
) :
int
Compare interface implementation
Method Details
Compare()
public
méthode
Compare interface implementation
public
Compare
(
object
x
,
object
y
) :
int
x
object
Object 1
y
object
Object 2
Résultat
int