ProviderEndpointBehaviorAttribute.Equals Method (ProviderEndpointBehaviorAttribute)
Compares one ProviderEndpointBehaviorAttribute object to another ProviderEndpointBehaviorAttribute object.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public bool Equals(
ProviderEndpointBehaviorAttribute other
)
public:
virtual bool Equals(
ProviderEndpointBehaviorAttribute^ other
) sealed
Public Function Equals (
other As ProviderEndpointBehaviorAttribute
) As Boolean
Parameters
other
Type: Microsoft.WindowsServerSolutions.Common.ProviderFramework.ProviderEndpointBehaviorAttributeThe other ProviderEndpointBehaviorAttribute object to which the comparison will be made.
Return Value
Type: System.Boolean
true if the IDs of the objects are equal; otherwise, false.
Implements
See Also
Equals Overload
ProviderEndpointBehaviorAttribute Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top