M_CommandLine_Infrastructure_ReferenceEqualityComparer_Equals - adutton/commandline GitHub Wiki
Namespace: CommandLine.Infrastructure
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public bool Equals(
Object x,
Object y
)VB
Public Function Equals (
x As Object,
y As Object
) As BooleanC++
public:
virtual bool Equals(
Object^ x,
Object^ y
) sealedF#
abstract Equals :
x : Object *
y : Object -> bool
override Equals :
x : Object *
y : Object -> bool
- x
- Type: System.Object
- y
- Type: System.Object
Type: Boolean
IEqualityComparer.Equals(Object, Object)
IEqualityComparer(T).Equals(T, T)
ReferenceEqualityComparer Class
Equals Overload
CommandLine.Infrastructure Namespace