Struct ARPointCloudUpdatedEventArgs
Inherited Members
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Syntax
public struct ARPointCloudUpdatedEventArgs : IEquatable<ARPointCloudUpdatedEventArgs>
Constructors
ARPointCloudUpdatedEventArgs(ARPointCloud)
Declaration
public ARPointCloudUpdatedEventArgs(ARPointCloud pointCloud)
Parameters
Properties
pointCloud
Declaration
public ARPointCloud pointCloud { get; }
Property Value
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.ValueType.Equals(System.Object)
Equals(ARPointCloudUpdatedEventArgs)
Declaration
public bool Equals(ARPointCloudUpdatedEventArgs other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
Operators
Equality(ARPointCloudUpdatedEventArgs, ARPointCloudUpdatedEventArgs)
Declaration
public static bool operator ==(ARPointCloudUpdatedEventArgs lhs, ARPointCloudUpdatedEventArgs rhs)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(ARPointCloudUpdatedEventArgs, ARPointCloudUpdatedEventArgs)
Declaration
public static bool operator !=(ARPointCloudUpdatedEventArgs lhs, ARPointCloudUpdatedEventArgs rhs)
Parameters
Returns
Type |
Description |
System.Boolean |
|