Documentation de Dvp.Net. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/

[Ceci est une documentation préliminaire, sous réserve de modification.]

[Missing <summary> documentation for "M:Developpez.Dotnet.Roman.Equals(Developpez.Dotnet.Roman)"]

Namespace:  Developpez.Dotnet
Assembly:  Developpez.Dotnet (in Developpez.Dotnet.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool Equals(
	Roman other
)
Visual Basic (Declaration)
Public Function Equals ( _
	other As Roman _
) As Boolean
Visual C++
public:
virtual bool Equals(
	Roman other
) sealed

Parameters

other
Type: Developpez.Dotnet..::.Roman

[Missing <param name="other"/> documentation for "M:Developpez.Dotnet.Roman.Equals(Developpez.Dotnet.Roman)"]

Return Value

[Missing <returns> documentation for "M:Developpez.Dotnet.Roman.Equals(Developpez.Dotnet.Roman)"]

Implements

IEquatable<(Of <(T>)>)..::.Equals(T)

See Also