Relationship.Equals Method (Object)

 

Applies To: Dynamics CRM 2015

Determines whether two instances are equal.

Namespace:   Microsoft.Xrm.Sdk
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

public override bool Equals(
    object obj
)
public:
virtual bool Equals(
    Object^ obj
) override
override Equals : 
        obj:Object -> bool
Public Overrides Function Equals (
    obj As Object
) As Boolean

Parameters

  • obj
    Type: System.Object

    Type: Object. The Relationship to compare with the current Relationship.

Return Value

Type: System.Boolean

Type: Boolean
true if the specified Relationship is equal to the Relationship Object; otherwise, false.

See Also

Relationship Class
Microsoft.Xrm.Sdk Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright