Click or drag to resize
ResourceDescriptionEquals Method
Determines whether the specified Object is equal to this instance.

Namespace: Atomia.Provisioning.Base
Assembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The Object to compare with this instance.

Return Value

Type: Boolean
true if the specified Object is equal to this instance; otherwise, false.
Exceptions
ExceptionCondition
NullReferenceException The obj parameter is null.
Remarks
This class member will not be serialized by the WCF service.
See Also