OptionSetValue.Equals Method (Object)
Applies To: Dynamics CRM 2015
Returns true if the specified OptionSetValue is equal to this OptionSetValue value, otherwise returns false.
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.ObjectType: OptionSetValue, The OptionSetValue to compare.
Return Value
Type: System.Boolean
Type: Boolean
true if the specified OptionSetValue is equal to this OptionSetValue value; otherwise, false.
See Also
OptionSetValue Class
Microsoft.Xrm.Sdk Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright