| MOVEitSAMLInfoSAMLServiceEndpointEquals Method | 
            Determines whether the specified object is equal to the current object.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
 Syntax
Syntaxpublic override bool Equals(
	Object obj
)
Public Overrides Function Equals ( 
	obj As Object
) As Boolean
public:
virtual bool Equals(
	Object^ obj
) override
Parameters
- obj
- Type: SystemObject
 The object to compare with the current object.
Return Value
Type: 
Booleantrue if the specified object is equal to the current object; otherwise, 
false.
 See Also
See Also