FileValue.Equals Method

Relativity Services API
Determine whether the specified Object is equal to the current Object.

Namespace:  kCura.Relativity.Client
Assembly:  kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public override bool Equals(
	Object obj
)

Parameters

obj
Type: System.Object
The object to compare with the current object.

Return Value

Type: Boolean
True if the specified object is equal to the current object.
See Also

Reference