FileIOPermission::Equals Method (Object^)

 

Determines whether the specified FileIOPermission object is equal to the current FileIOPermission.

Namespace:   System.Security.Permissions
Assembly:  mscorlib (in mscorlib.dll)

public:
[ComVisibleAttribute(false)]
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The FileIOPermission object to compare with the current FileIOPermission.

Return Value

Type: System::Boolean

true if the specified FileIOPermission is equal to the current FileIOPermission object; otherwise, false.

For more information, see Equals.

.NET Framework
Available since 2.0
Return to top
Show: