DateTimeBehaviorConversionRule.Equals Method (Object)
Applies To: Dynamics CRM 2015
Determines whether the specified instance of DateTimeBehaviorConversionRule is equal to the current instance.
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.ObjectThe DateTimeBehaviorConversionRule instance to compare with the current instance.
Return Value
Type: System.Boolean
Returns Boolean
true if the specified instance of DateTimeBehaviorConversionRule is equal to the current instance. Otherwise, false.
See Also
DateTimeBehaviorConversionRule Class
Microsoft.Xrm.Sdk Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright