Cloud::Equals Method (Cloud^)
.NET Framework (current version)
Performs a case-sensitive comparison between two cloud objects.
Assembly: System.Net (in System.Net.dll)
Parameters
- other
-
Type:
System.Net.PeerToPeer::Cloud^
The cloud to compare with this Cloud.
Return Value
Type: System::BooleanTrue if the Cloud specified identifies the same resource as the current one, otherwise false.
Implements
IEquatable<T>::Equals(T)No normalizations are performed on the strings prior to comparison. All normalization should have been completed at the time the Cloud objects were constructed.
.NET Framework
Available since 3.5
Available since 3.5
Show: