FILE.Equals Method (FILE)

GMP Native Interface for .NET

FILEEquals Method (FILE)
Returns a value indicating whether this instance is equal to a specified FILE value.

Namespace:  Math.Gmp.Native
Assembly:  Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Equals(
	FILE other
)
Public Function Equals ( 
	other As FILE
) As Boolean
public:
bool Equals(
	FILE other
)
member Equals : 
        other : FILE -> bool 

Parameters

other
Type: Math.Gmp.NativeFILE
A FILE value to compare to this instance.

Return Value

Type: Boolean
True if other has the same value as this instance; otherwise, False.
See Also