This topic has not yet been rated - Rate this topic

Rule.Equals Method (Object)

Verifies whether the rule is equal to another object.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
public override bool Equals(
	Object obj
)

Parameters

obj
Type: Object

The other object.

Return Value

Type: Boolean
true if the rule is equal to another object; otherwise, false.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.