SharpCvsLib

Repository.Equals Method 

Determines if the objects are equal based on the file contents

[Visual Basic]
Overrides Public Function Equals( _
   ByVal obj As Object _
) As Boolean
[C#]
public override bool Equals(
   object obj
);

Parameters

obj
The object to compare.

Return Value

Missing <returns> documentation for M:ICSharpCode.SharpCvsLib.FileSystem.Repository.Equals(System.Object)

See Also

Repository Class | ICSharpCode.SharpCvsLib.FileSystem Namespace