Struct ARPointCloudUpdatedEventArgs
The arguments for the updated
event. This is currently empty, but may change in the future without the need to change the
subscribers' method signatures.
Syntax
public struct ARPointCloudUpdatedEventArgs : IEquatable<ARPointCloudUpdatedEventArgs>
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
Equals(ARPointCloudUpdatedEventArgs)
Declaration
public bool Equals(ARPointCloudUpdatedEventArgs other)
Parameters
Returns
GetHashCode()
Generates a hash code suitable for use in a Dictionary
or HashSet
.
Declaration
public override int GetHashCode()
Returns
Overrides
Operators
Equality(ARPointCloudUpdatedEventArgs, ARPointCloudUpdatedEventArgs)
Declaration
public static bool operator ==(ARPointCloudUpdatedEventArgs lhs, ARPointCloudUpdatedEventArgs rhs)
Parameters
Returns
Inequality(ARPointCloudUpdatedEventArgs, ARPointCloudUpdatedEventArgs)
Declaration
public static bool operator !=(ARPointCloudUpdatedEventArgs lhs, ARPointCloudUpdatedEventArgs rhs)
Parameters
Returns