StrongName::Equals Method (Object^)

 

Determines whether the specified strong name is equal to the current strong name.

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

public:
virtual bool Equals(
	Object^ o
) override

Parameters

o
Type: System::Object^

The strong name to compare against the current strong name.

Return Value

Type: System::Boolean

true if the specified strong name is equal to the current strong name; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: